Skip to content

Commit

Permalink
add default to crdb_region tf variable
Browse files Browse the repository at this point in the history
  • Loading branch information
callumdmay committed Oct 18, 2024
1 parent f3dd016 commit cff6b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/infrastructure/utils/definitions/crdb_region.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ variable "crdb_region" {
Example: <us-east1>
EOT

default = ""
}

0 comments on commit cff6b09

Please sign in to comment.