mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 23:02:12 +03:00
changes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "aws_s3_bucket" "terraform-state" {
|
||||
bucket = "terraform-state-a2b621f"
|
||||
acl = "private"
|
||||
|
||||
tags {
|
||||
Name = "Terraform state"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user