Skip to content

Commit

Permalink
Update Terraform restapi to ~> 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Jan 23, 2025
1 parent a2d14dd commit 1d713cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/deployments/search-api-v2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
}
restapi = {
source = "Mastercard/restapi"
version = "~> 1.19.1"
version = "~> 1.20.0"
}
archive = {
source = "hashicorp/archive"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
restapi = {
source = "Mastercard/restapi"
version = "~> 1.19.1"
version = "~> 1.20.0"
}
}

Expand Down

0 comments on commit 1d713cc

Please sign in to comment.