Scenarios/Secure-Baseline/terraform/modules/containerinsights/ci_variables.tf (13 lines of code) (raw):
variable "location" {
type = string
}
variable "spoke_rg_name" {
type = string
default = "hub-aro"
}
variable "workspace_resource_id" {
type = string
}
variable "workspace_name" {
type = string
}