Skip to content

Commit

Permalink
fix: ensure database depends on role
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Oct 7, 2024
1 parent 9a365c9 commit 8a7ed59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ An exmaple using this module can be found in [tools-nxiq-ha-cluster](https://git

| Name | Source | Version |
|------|--------|---------|
| <a name="module_nxiq_pg_database"></a> [nxiq\_pg\_database](#module\_nxiq\_pg\_database) | git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git | v0.1.0 |
| <a name="module_nxiq_pg_database"></a> [nxiq\_pg\_database](#module\_nxiq\_pg\_database) | git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git | v0.1.1 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# --------------------------------------------------------------------------

module "nxiq_pg_database" {
source = "git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git?ref=v0.1.0"
source = "git::ssh://git@github.com/vendorcorp/terraform-aws-rds-database.git?ref=v0.1.1"

pg_hostname = var.pg_hostname
pg_port = var.pg_port
Expand Down

0 comments on commit 8a7ed59

Please sign in to comment.