Skip to content

Commit

Permalink
Fixed implementation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTylerLynch committed Feb 24, 2024
1 parent 8a9c27e commit 7909e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_config_configuration_recorder" "recorder" {
content {
description = var.recording_mode.recording_mode_override.description
recording_frequency = var.recording_mode.recording_mode_override.recording_frequency
resource_types = var.recording_mode.recording_mode_override.value
resource_types = var.recording_mode.recording_mode_override.resource_types
}
}
}
Expand Down

0 comments on commit 7909e7d

Please sign in to comment.