We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de112a commit f2a1ac1Copy full SHA for f2a1ac1
terraform/dev/main.tf
@@ -22,7 +22,7 @@ resource "google_api_gateway_api" "api" {
22
resource "google_api_gateway_api_config" "api_config" {
23
provider = google-beta
24
api = google_api_gateway_api.api.api_id
25
- api_config_id_prefix = "reports_api_config_dev"
+ api_config_id_prefix = "reports-api-config-dev"
26
project = var.project
27
display_name = "Reports API Config DEV"
28
openapi_documents {
0 commit comments