terraform/ecc-gcp-197-compute_instances_have_confidential_computing_enabled/green/variables.tf (18 lines of code) (raw):
variable "project" {
type = string
}
variable "region" {
type = string
}
variable "zone" {
type = string
}
variable "instance_name" {
type = string
}
variable "machine_type" {
type = string
}
variable "network" {
type = string
}