We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c71d68 commit 273a5e0Copy full SHA for 273a5e0
asset-account/terraform/stack-set/examples/self-managed/asset.tf
@@ -19,8 +19,8 @@ data "aws_iam_policy_document" "execution_trust" {
19
20
# Specifies the set of permissions required for the deployment of the Cloudfomation stack
21
module "elastio_policies" {
22
- # Use this module from the Cloudsmith registry via the URL:
23
- # source = "terraform.cloudsmith.io/public/elastio-connector-region/aws"
+ # Use this module from the Cloudsmith registry via the URL in real code:
+ # source = "terraform.cloudsmith.io/public/elastio-iam-policies/aws"
24
source = "../../../../../iam-policies/terraform"
25
policies = ["ElastioAssetAccountDeployer"]
26
}
0 commit comments