Skip to content

Commit b21f95a

Browse files
committed
doc: changes to readme
1 parent 1ff2387 commit b21f95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
```hcl
1919
module "postgresql_db" {
2020
# replace master with version
21-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-icd-postgresql?ref=master"
21+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-icd-postgresql?ref=main"
2222
admin_password = var.admin_password
2323
resource_group_id = module.resource_group.resource_group_id
2424
name = var.name

0 commit comments

Comments
 (0)