Skip to content

Commit 273a5e0

Browse files
committed
Fix URL
1 parent 9c71d68 commit 273a5e0

File tree

1 file changed

+2
-2
lines changed
  • asset-account/terraform/stack-set/examples/self-managed

1 file changed

+2
-2
lines changed

asset-account/terraform/stack-set/examples/self-managed/asset.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ data "aws_iam_policy_document" "execution_trust" {
1919

2020
# Specifies the set of permissions required for the deployment of the Cloudfomation stack
2121
module "elastio_policies" {
22-
# Use this module from the Cloudsmith registry via the URL:
23-
# source = "terraform.cloudsmith.io/public/elastio-connector-region/aws"
22+
# Use this module from the Cloudsmith registry via the URL in real code:
23+
# source = "terraform.cloudsmith.io/public/elastio-iam-policies/aws"
2424
source = "../../../../../iam-policies/terraform"
2525
policies = ["ElastioAssetAccountDeployer"]
2626
}

0 commit comments

Comments
 (0)