We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42a638 commit 7dee2f5Copy full SHA for 7dee2f5
1 file changed
infrastructure/terraform/components/api/module_apigw_alarms.tf
@@ -3,5 +3,5 @@ module "apigw_alarms" {
3
alarm_prefix = local.csi
4
api_name = aws_api_gateway_rest_api.main.name
5
stage_name = aws_api_gateway_stage.main.stage_name
6
- tags = local.default_tags
+ tags = local.default_tag
7
}
0 commit comments