This commit is contained in:
Edward Viaene
2016-10-19 15:33:30 +00:00
parent 41c4cab50f
commit 55b8be8dc3
4 changed files with 11 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
resource "aws_s3_bucket" "terraform-state" {
bucket = "terraform-state-a2b621f"
acl = "private"
tags {
Name = "Terraform state"
}
}