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:
@@ -3,12 +3,10 @@
|
||||
#
|
||||
resource "aws_s3_bucket" "codebuild-cache" {
|
||||
bucket = "demo-codebuild-cache-${random_string.random.result}"
|
||||
acl = "private"
|
||||
}
|
||||
|
||||
resource "aws_s3_bucket" "demo-artifacts" {
|
||||
bucket = "demo-artifacts-${random_string.random.result}"
|
||||
acl = "private"
|
||||
|
||||
lifecycle_rule {
|
||||
id = "clean-up"
|
||||
|
||||
Reference in New Issue
Block a user