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 7b2b484 commit f6bf5f3Copy full SHA for f6bf5f3
examples/ec2-instance-state/main.tf
@@ -102,7 +102,7 @@ module "cloud_custodian_lambda" {
102
"cache_dir": "s3://${local.prefix}ec2-instance-state-${local.account_id}/cache",
103
"cache_period": 15
104
},
105
- "role": "arn:aws:iam::${local.account_id}:role/custodian-dev-ec2-instance-state-lambda",
+ "role": "arn:aws:iam::${local.account_id}:role/${local.prefix}ec2-instance-state-lambda",
106
"events": [
107
"terminated"
108
]
0 commit comments