You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I uncomment those rules in the rules_to_exclude I get errors relating to them. Example below.
╷
│ Error: reading ConfigService Config Rule (rds-in-backup-plan): couldn't find resource
│
│ with module.managed-config-rules.module.account[0].aws_config_config_rule.rule["rds-in-backup-plan"],
│ on .terraform/modules/managed-config-rules/modules/account/main.tf line 1, in resource "aws_config_config_rule" "rule":
│ 1: resource "aws_config_config_rule" "rule" {
│
╵
╷
│ Error: putting ConfigService Config Rule (multi-region-cloudtrail-enabled): operation error Config Service: PutConfigRule, https response error StatusCode: 400, RequestID: 761425bf-177f-412e-8674-3091e908aff4, InvalidParameterValueException: The sourceIdentifier MULTI_REGION_CLOUDTRAIL_ENABLED is invalid. Please refer to the documentation for a list of valid sourceIdentifiers that can be used when AWS is the Owner.
│
│ with module.managed-config-rules.module.account[0].aws_config_config_rule.rule["multi-region-cloudtrail-enabled"],
│ on .terraform/modules/managed-config-rules/modules/account/main.tf line 1, in resource "aws_config_config_rule" "rule":
│ 1: resource "aws_config_config_rule" "rule" {
│
╵
That output is from Atlantis, so the formatting from it is a bit wonky.
The text was updated successfully, but these errors were encountered:
Deployed this into an AWS Govcloud account.
If I uncomment those rules in the
rules_to_exclude
I get errors relating to them. Example below.That output is from Atlantis, so the formatting from it is a bit wonky.
The text was updated successfully, but these errors were encountered: