Skip to content

Commit

Permalink
fix: Explicitely define project
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Jul 29, 2024
1 parent fa970c9 commit adf28fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/postgresql/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "postgresql_extension" "pglogical" {

resource "google_database_migration_service_connection_profile" "connection_profile" {
count = local.upgradable ? 1 : 0
project = local.gcp_project
location = local.region
connection_profile_id = "${google_sql_database_instance.instance.name}-id"
display_name = "${google_sql_database_instance.instance.name}-connection-profile"
Expand Down

0 comments on commit adf28fb

Please sign in to comment.