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 331a288 commit f46659e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ variable "ibmcloud_zone" {
}

variable "resource_group" {
default = "Default"
default = "rhdp-rg"
description = "Define the resource group for the workload"
}

variable "vpc_name" {
default = "rhpds"
default = "rhdp-vpc"
description = "Name of your VPC"
}

variable "subnet_name" {
default = "rhpds"
default = "rhdp-subnet"
description = "Name of your Subnet"
}

variable "pg_name" {
default = "rhpds"
variable "pgw_name" {
default = "rhdp-pgw"
description = "Name of your Public Gateway"
}

variable "cos_name" {
default = "rhpds"
default = "rhdp-cos"
description = "Cloud Object Storage resource instance"
}

variable "cluster_name" {
default = "rhpds"
default = "rhdp-rhoic"
description = "Name of RHOIC Cluster"
}

Expand Down

0 comments on commit f46659e

Please sign in to comment.