Skip to content

Commit 222dfe8

Browse files
docs: update git ref (#2)
## pre-merge todos - [x] #3 ## what - Update readme with new github repo url <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated the README to clarify the repository's purpose and updated example usage to reference the correct module source. - Updated the license file to reflect the year 2025. - **Chores** - Simplified the GitHub Actions workflow for testing by switching to a composite action and updating the event trigger. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d2b7081 commit 222dfe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2024 Masterpoint
190+
Copyright 2025 Masterpoint
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Purpose and Functionality
1010

11-
This repository serves as a child module for managing Postgres Logical Databases and Roles
11+
This repository serves as a [child module](https://opentofu.org/docs/language/modules/#child-modules) for managing Postgres Logical Databases, Users, and Roles.
1212

1313
## Usage
1414

@@ -33,7 +33,7 @@ provider "postgresql" {
3333
}
3434
3535
module "postgres_automation" {
36-
source = "git::https://github.com/masterpointio/terraform-postgres-automation.git?ref=main"
36+
source = "git::https://github.com/masterpointio/terraform-postgres-config-dbs-users-roles.git?ref=main"
3737
3838
databases = [
3939
{

0 commit comments

Comments
 (0)