Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
rut31337 authored Nov 19, 2024
1 parent ef2214d commit 8b615bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variable "ibmcloud_region" {
description = "Preferred IBM Cloud region to use for your infrastructure"
default = "us-east"
default = "us-south"
}

variable "ibmcloud_zone" {
description = "Preferred zone in the preferred IBM Cloud region"
default = "2"
default = "1"
}

variable "resource_group" {
Expand Down

0 comments on commit 8b615bf

Please sign in to comment.