Skip to content

Commit f2a1ac1

Browse files
committed
id fix
1 parent 0de112a commit f2a1ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "google_api_gateway_api" "api" {
2222
resource "google_api_gateway_api_config" "api_config" {
2323
provider = google-beta
2424
api = google_api_gateway_api.api.api_id
25-
api_config_id_prefix = "reports_api_config_dev"
25+
api_config_id_prefix = "reports-api-config-dev"
2626
project = var.project
2727
display_name = "Reports API Config DEV"
2828
openapi_documents {

0 commit comments

Comments
 (0)