mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
new aws provider fixes for s3, template_file
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
resource "aws_s3_bucket" "terraform-state" {
|
||||
bucket = "terraform-state-${random_string.random.result}"
|
||||
acl = "private"
|
||||
|
||||
tags = {
|
||||
Name = "Terraform state"
|
||||
|
||||
Reference in New Issue
Block a user