You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# description = "The APIKey of the IBM Cloud account where resources will be provisioned."
#}
variable "region" {
default = "us-south"
description = "The VPC Region that you want your VPC, networks and the F5 virtual server to be provisioned in. To list available regions, run `ibmcloud is regions`."
}
variable "generation" {
default = 2
description = "The VPC Generation to target. Valid values are 2 or 1."