You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,10 @@ inputs:
299
299
aws_waf_log_retention_days:
300
300
description: 'CloudWatch log retention period for WAF logs'
301
301
required: false
302
-
302
+
aws_waf_additional_tags:
303
+
description: 'A JSON object of additional tags that will be included on created resources. Example: `{"key1": "value1", "key2": "value2"}`'
304
+
required: false
305
+
303
306
# AWS EFS
304
307
aws_efs_create:
305
308
description: 'Toggle to indicate whether to create and EFS and mount it to the ec2 as a part of the provisioning. Note: The EFS will be managed by the stack and will be destroyed along with the stack.'
0 commit comments