We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bddf5 commit 882a511Copy full SHA for 882a511
3 files changed
terraform/deployments/search-api-v2/main.tf
@@ -20,7 +20,7 @@ terraform {
20
}
21
restapi = {
22
source = "Mastercard/restapi"
23
- version = "~> 2.0.1"
+ version = "~> 3.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