Skip to content

Commit 5259e9b

Browse files
authored
Merge pull request #1974 from alphagov/renovate/restapi-2.x
Update Terraform restapi to v2
2 parents c3add3e + 7c9f68a commit 5259e9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terraform/deployments/search-api-v2/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
}
2121
restapi = {
2222
source = "Mastercard/restapi"
23-
version = "~> 1.20.0"
23+
version = "~> 2.0.0"
2424
}
2525
archive = {
2626
source = "hashicorp/archive"

terraform/deployments/search-api-v2/modules/control/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
restapi = {
44
source = "Mastercard/restapi"
5-
version = "~> 1.20.0"
5+
version = "~> 2.0.0"
66
}
77
}
88

terraform/deployments/search-api-v2/modules/serving_config/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
restapi = {
44
source = "Mastercard/restapi"
5-
version = "~> 1.20.0"
5+
version = "~> 2.0.0"
66
}
77
}
88

0 commit comments

Comments
 (0)