sigs.k8s.io/cluster-api-provider-azure@v1.14.3/hack/terraform-gcr-init/variables.tf (about) 1 // Example: "adev" 2 variable "short_name" { 3 type = "string" 4 } 5 6 // Example: "group:cluster-provider-azure@sigs.k8s.io" 7 variable "owners" { 8 type = "string" 9 } 10 11 // Example: 123456789012 12 variable "org_id" { 13 type = "string" 14 } 15 16 // Example: 012345-6789AB-CDEF01" 17 variable "billing_account" { 18 type = "string" 19 }