We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3add3e + 7c9f68a commit 5259e9bCopy full SHA for 5259e9b
terraform/deployments/search-api-v2/main.tf
@@ -20,7 +20,7 @@ terraform {
20
}
21
restapi = {
22
source = "Mastercard/restapi"
23
- version = "~> 1.20.0"
+ version = "~> 2.0.0"
24
25
archive = {
26
source = "hashicorp/archive"
terraform/deployments/search-api-v2/modules/control/main.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
4
5
6
7
8
terraform/deployments/search-api-v2/modules/serving_config/main.tf
0 commit comments