Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Aug 9, 2024
1 parent 2f41ff2 commit 78b5383
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ destroy-bootstrap:
destroy-postgresql:
cd postgresql \
&& $(TF) destroy || true \
&& tf state rm module.postgresql.google_sql_user.admin || true \
&& $(TF) state rm module.postgresql.google_sql_user.admin || true \
&& $(TF) destroy

.PHONY: bootstrap inception platform smoketest postgresql
1 change: 0 additions & 1 deletion modules/postgresql/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ resource "postgresql_grant" "grant_usage_public_schema_migration_user" {
]
}


resource "postgresql_grant" "grant_usage_pglogical_schema_migration_user" {
for_each = local.upgradable ? toset(local.migration_databases) : []
database = each.value
Expand Down

0 comments on commit 78b5383

Please sign in to comment.