We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19490f commit 99e71f6Copy full SHA for 99e71f6
config.tf
@@ -11,12 +11,9 @@ module "config-us-east-1" {
11
}
12
*/
13
account_type = var.account_type
14
- delivery_channel_name = ""
15
- recorder_name = ""
+ #delivery_channel_name = var.delivery_channel_name == "" ? "default" : var.delivery_channel_name
+ #recorder_name = var.recorder_name == "" ? "default" : var.recorder_name
16
s3_bucket_name = "appzen-log-infra-us-east-1"
17
- #delivery_channel_name = var.config_delivery_channel_name
18
- #recorder_name = var.config_recorder_name
19
- #s3_bucket_name = var.config_s3_bucket_name
20
security_administrator_account_id = var.security_administrator_account_id
21
22
0 commit comments