Skip to content

Commit

Permalink
feat: Exclude destination suffix name by a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Aug 22, 2024
1 parent f7d70fa commit cd5f182
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 @@ -8,6 +8,7 @@ resource "random_id" "db_name_suffix" {
}

resource "random_id" "db_name_suffix_destination" {
count = local.prep_upgrade_as_source_db ? 1 : 0
byte_length = 4
}

Expand Down

0 comments on commit cd5f182

Please sign in to comment.