Skip to content

Set default region for variables.tf#18

Merged
jesbinjoseph merged 1 commit into
developfrom
default_region
Jun 17, 2026
Merged

Set default region for variables.tf#18
jesbinjoseph merged 1 commit into
developfrom
default_region

Conversation

@gigincg

@gigincg gigincg commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes the repository-wide default GCP region in the root Terraform variable contract (variables.tf), which affects all modules that inherit var.region through the shared variables file.

Changes:

  • Updated variable "region" default from us-central1 to asia-south1.

Comment thread variables.tf
Comment on lines 12 to 16
variable "region" {
description = "GCP region"
type = string
default = "us-central1"
default = "asia-south1"
}
@jesbinjoseph jesbinjoseph merged commit 4a87e11 into develop Jun 17, 2026
1 check passed
@jesbinjoseph jesbinjoseph deleted the default_region branch June 17, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants