|
1 | 1 | ![Banner][banner-image]](https://masterpoint.io/)
|
2 | 2 |
|
3 |
| -# terraform-postgres-dbs-roles |
| 3 | +# terraform-postgres-automation |
4 | 4 |
|
5 | 5 | [![Release][release-badge]][latest-release]
|
6 | 6 |
|
@@ -31,8 +31,8 @@ provider "postgresql" {
|
31 | 31 | sslmode = "disable"
|
32 | 32 | }
|
33 | 33 |
|
34 |
| -module "logical_dbs" { |
35 |
| - source = "git::https://github.com/masterpointio/terraform-postgres-admin.git?ref=main" |
| 34 | +module "postgres_automation" { |
| 35 | + source = "git::https://github.com/masterpointio/terraform-postgres-automation.git?ref=main" |
36 | 36 |
|
37 | 37 | databases = [
|
38 | 38 | {
|
@@ -259,8 +259,8 @@ Copyright © 2016-2025 [Masterpoint Consulting LLC](https://masterpoint.io/)
|
259 | 259 | [newsletter-url]: https://newsletter.masterpoint.io/
|
260 | 260 | [youtube-badge]: https://img.shields.io/badge/YouTube-Subscribe-D191BF?style=for-the-badge&logo=youtube&logoColor=white
|
261 | 261 | [youtube-url]: https://www.youtube.com/channel/UCeeDaO2NREVlPy9Plqx-9JQ
|
262 |
| -[release-badge]: https://img.shields.io/github/v/release/masterpointio/terraform-postgres-logical-dbs?color=0E383A&label=Release&style=for-the-badge&logo=github&logoColor=white |
263 |
| -[latest-release]: https://github.com/masterpointio/terraform-postgres-logical-dbs/releases/latest |
264 |
| -[contributors-image]: https://contrib.rocks/image?repo=masterpointio/terraform-postgres-logical-dbs |
265 |
| -[contributors-url]: https://github.com/masterpointio/terraform-postgres-logical-dbs/graphs/contributors |
266 |
| -[issues-url]: https://github.com/masterpointio/terraform-postgres-logical-dbs/issues |
| 262 | +[release-badge]: https://img.shields.io/github/v/release/masterpointio/terraform-postgres-automation?color=0E383A&label=Release&style=for-the-badge&logo=github&logoColor=white |
| 263 | +[latest-release]: https://github.com/masterpointio/terraform-postgres-automation/releases/latest |
| 264 | +[contributors-image]: https://contrib.rocks/image?repo=masterpointio/terraform-postgres-automation |
| 265 | +[contributors-url]: https://github.com/masterpointio/terraform-postgres-automation/graphs/contributors |
| 266 | +[issues-url]: https://github.com/masterpointio/terraform-postgres-automation/issues |
0 commit comments