Skip to content

Commit 62ec78a

Browse files
CCM-10927 Fix stage name
1 parent 5ddf6db commit 62ec78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/api_gateway_stage_main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "aws_api_gateway_stage" "main" {
2-
stage_name = var.environment
2+
stage_name = "main"
33
description = "Templates API stage ${var.environment}"
44
rest_api_id = aws_api_gateway_rest_api.main.id
55
deployment_id = aws_api_gateway_deployment.main.id

0 commit comments

Comments
 (0)