Skip to content

Commit a4db0d2

Browse files
docs: update readme update after releasing v0.1.0 (#7)
## what - update readme with terraform registry ref <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated the example Terraform module source in the README to use the Terraform Registry format with a version attribute instead of a direct Git URL. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 4f8063a commit a4db0d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ provider "postgresql" {
3333
}
3434
3535
module "postgres_automation" {
36-
source = "git::https://github.com/masterpointio/terraform-postgres-config-dbs-users-roles.git?ref=main"
36+
source = "masterpointio/config-dbs-users-roles/postgres"
37+
version = "X.X.X"
3738
3839
databases = [
3940
{

0 commit comments

Comments
 (0)