new aws provider fixes for s3, template_file

This commit is contained in:
Edward Viaene
2022-02-24 09:07:29 -05:00
parent f0b08d766d
commit b6dbf6aaf8
5 changed files with 7 additions and 20 deletions
-2
View File
@@ -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"