Skip to content

Commit 4a7ea08

Browse files
committed
Remove default region from Terraform variable
Region is now always supplied via TF_VAR_region from the GitHub Actions environment, so a default would silently mask a missing configuration. https://claude.ai/code/session_016Vbi79bAso2hVJAj3nXEkM
1 parent 7ca6dd1 commit 4a7ea08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
variable "project_id" { type = string }
2-
variable "region" { type = string, default = "europe-north1" }
2+
variable "region" { type = string }

0 commit comments

Comments
 (0)