Skip to content

Commit

Permalink
Merge pull request #9 from trussworks/tf12-compat
Browse files Browse the repository at this point in the history
Fix a couple of arguments that should be blocks
  • Loading branch information
brainsik authored May 24, 2019
2 parents dd22640 + 84a7600 commit afa678e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_config_delivery_channel" "main" {
s3_bucket_name = "${var.config_logs_bucket}"
s3_key_prefix = "${var.config_logs_prefix}"

snapshot_delivery_properties = {
snapshot_delivery_properties {
delivery_frequency = "${var.config_delivery_frequency}"
}

Expand All @@ -24,7 +24,7 @@ resource "aws_config_configuration_recorder" "main" {
name = "aws-config"
role_arn = "${aws_iam_role.main.arn}"

recording_group = {
recording_group {
all_supported = true
include_global_resource_types = true
}
Expand Down

0 comments on commit afa678e

Please sign in to comment.