We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e975f98 commit 4f10c23Copy full SHA for 4f10c23
asset-account/terraform/cloudformation-stack/examples/advanced/main.tf
@@ -1,9 +1,8 @@
1
module "elastio_asset_account" {
2
source = "../../"
3
4
- template_url = var.template_url
5
- encrypt_with_cmk = true
6
- iam_role_arn = time_sleep.iam.triggers.deployer_role_arn
+ template_url = var.template_url
+ iam_role_arn = time_sleep.iam.triggers.deployer_role_arn
7
}
8
9
resource "aws_iam_role" "deployer" {
0 commit comments