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 05d1290 commit 57e80beCopy full SHA for 57e80be
templates/resource-group.json
@@ -0,0 +1,9 @@
1
+{
2
+ "ResourceTypeFilters": ["AWS::AllSupported"],
3
+ "TagFilters": [
4
+ {
5
+ "Key": "Environment",
6
+ "Values": ["${environment}"]
7
+ }
8
+ ]
9
+}
0 commit comments