Reformat files

This commit is contained in:
Santiago Lo Coco 2022-11-01 22:28:30 -03:00
parent e15f870027
commit da1cbd2ab4
2 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ data "template_file" "userdata" {
data "aws_iam_policy_document" "this" {
statement {
effect = "Allow"
effect = "Allow"
actions = [
"dynamodb:PutItem",
"dynamodb:Scan",

View File

@ -6,11 +6,11 @@ module "s3" {
aws = aws.aws
}
bucket_name = each.value.bucket_name
type = each.value.type
website = try(each.value.website, {})
objects = try(each.value.objects, {})
bucket_acl = each.value.bucket_acl
bucket_name = each.value.bucket_name
type = each.value.type
website = try(each.value.website, {})
objects = try(each.value.objects, {})
bucket_acl = each.value.bucket_acl
}
resource "aws_s3_object" "this" {