Skip to content

Commit 882a511

Browse files
committed
Update Terraform restapi to v3
1 parent 55bddf5 commit 882a511

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
}
2121
restapi = {
2222
source = "Mastercard/restapi"
23-
version = "~> 2.0.1"
23+
version = "~> 3.0.0"
2424
}
2525
archive = {
2626
source = "hashicorp/archive"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
restapi = {
44
source = "Mastercard/restapi"
5-
version = "~> 2.0.1"
5+
version = "~> 3.0.0"
66
}
77
}
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
restapi = {
44
source = "Mastercard/restapi"
5-
version = "~> 2.0.1"
5+
version = "~> 3.0.0"
66
}
77
}
88

0 commit comments

Comments
 (0)