Terraform 0.12 (#20)

* Terraform 0.12
This commit is contained in:
Edward Viaene
2019-10-06 13:46:10 +02:00
committed by GitHub
parent 9e31795a58
commit 5d9eeb6c4c
201 changed files with 2528 additions and 2006 deletions
+6 -5
View File
@@ -1,8 +1,9 @@
resource "aws_s3_bucket" "b" {
bucket = "mybucket-c29df1"
acl = "private"
bucket = "mybucket-c29df1"
acl = "private"
tags {
Name = "mybucket-c29df1"
}
tags = {
Name = "mybucket-c29df1"
}
}