We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c213dd commit 3bb1277Copy full SHA for 3bb1277
modules/agentless-scanning/organizational.tf
@@ -40,6 +40,10 @@ resource "aws_cloudformation_stack_set" "ou_resources_stackset" {
40
retain_stacks_on_account_removal = false
41
}
42
43
+ lifecycle {
44
+ ignore_changes = [administration_role_arn] # https://github.com/hashicorp/terraform-provider-aws/issues/23464
45
+ }
46
+
47
template_body = <<TEMPLATE
48
Resources:
49
ScanningRole:
0 commit comments