This commit is contained in:
Sam
2025-09-26 11:19:35 +00:00
parent 0049839d98
commit 49c0913f2b
4 changed files with 19 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
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 }