mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 03:02:04 +03:00
demo-14
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "aws_s3_bucket" "b" {
|
||||
bucket = "mybucket-c29df1"
|
||||
acl = "private"
|
||||
|
||||
tags {
|
||||
Name = "mybucket-c29df1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user