We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e8b6b commit 051b441Copy full SHA for 051b441
1 file changed
policies/.github/workflows/main.tf
@@ -0,0 +1,4 @@
1
+resource "aws_s3_bucket" "my_bucket" {
2
+ bucket = "example-bucket"
3
+ # forgot to add tags 😱
4
+}
0 commit comments