mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 07:01:53 +03:00
@@ -1,8 +1,9 @@
|
||||
resource "aws_s3_bucket" "terraform-state" {
|
||||
bucket = "terraform-state-a2b621f"
|
||||
acl = "private"
|
||||
bucket = "terraform-state-a2b621f"
|
||||
acl = "private"
|
||||
|
||||
tags {
|
||||
Name = "Terraform state"
|
||||
}
|
||||
tags = {
|
||||
Name = "Terraform state"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user