Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit ca71f30

Browse files
authored
Fix comment on couchbase-iam-policies
Fixes #26
1 parent 5d54d8f commit ca71f30

File tree

1 file changed

+1
-1
lines changed
  • examples/couchbase-cluster-simple-dns-tls

1 file changed

+1
-1
lines changed

examples/couchbase-cluster-simple-dns-tls/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ module "sync_gateway_security_group_rules" {
236236
module "iam_policies" {
237237
# When using these modules in your own code, you will need to use a Git URL with a ref attribute that pins you
238238
# to a specific version of the modules, such as the following example:
239-
# source = "git::[email protected]:gruntwork-io/terraform-aws-couchbase.git//modules/couchbase-server-security-group-rules?ref=v0.0.1"
239+
# source = "git::[email protected]:gruntwork-io/terraform-aws-couchbase.git//modules/couchbase-iam-policies?ref=v0.0.1"
240240
source = "../../modules/couchbase-iam-policies"
241241

242242
iam_role_id = "${module.couchbase.iam_role_id}"

0 commit comments

Comments
 (0)