Files
iac_demo/modules/compute/variables.tf
T
2025-09-26 11:19:35 +00:00

7 lines
251 B
Terraform

variable "resource_group_name" { type = string }
variable "location" { type = string }
variable "subnet_id" { type = string }
variable "vm_size" { type = string }
variable "admin_username" { type = string }
variable "ssh_public_key" { type = string }