new aws provider fixes for s3, template_file

This commit is contained in:
Edward Viaene
2022-02-24 09:07:29 -05:00
parent f0b08d766d
commit b6dbf6aaf8
5 changed files with 7 additions and 20 deletions
-1
View File
@@ -1,6 +1,5 @@
resource "aws_s3_bucket" "b" {
bucket = "mybucket-c29df1"
acl = "private"
tags = {
Name = "mybucket-c29df1"