We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff2387 commit b21f95aCopy full SHA for b21f95a
README.md
@@ -18,7 +18,7 @@
18
```hcl
19
module "postgresql_db" {
20
# replace master with version
21
- source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-icd-postgresql?ref=master"
+ source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-icd-postgresql?ref=main"
22
admin_password = var.admin_password
23
resource_group_id = module.resource_group.resource_group_id
24
name = var.name
0 commit comments