Reformat files
This commit is contained in:
parent
e15f870027
commit
da1cbd2ab4
|
@ -19,7 +19,7 @@ data "template_file" "userdata" {
|
||||||
|
|
||||||
data "aws_iam_policy_document" "this" {
|
data "aws_iam_policy_document" "this" {
|
||||||
statement {
|
statement {
|
||||||
effect = "Allow"
|
effect = "Allow"
|
||||||
actions = [
|
actions = [
|
||||||
"dynamodb:PutItem",
|
"dynamodb:PutItem",
|
||||||
"dynamodb:Scan",
|
"dynamodb:Scan",
|
||||||
|
|
|
@ -6,11 +6,11 @@ module "s3" {
|
||||||
aws = aws.aws
|
aws = aws.aws
|
||||||
}
|
}
|
||||||
|
|
||||||
bucket_name = each.value.bucket_name
|
bucket_name = each.value.bucket_name
|
||||||
type = each.value.type
|
type = each.value.type
|
||||||
website = try(each.value.website, {})
|
website = try(each.value.website, {})
|
||||||
objects = try(each.value.objects, {})
|
objects = try(each.value.objects, {})
|
||||||
bucket_acl = each.value.bucket_acl
|
bucket_acl = each.value.bucket_acl
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_s3_object" "this" {
|
resource "aws_s3_object" "this" {
|
||||||
|
|
Loading…
Reference in New Issue