Skip to content

Commit

Permalink
Merge pull request #3 from adityajoshi12/vm-code
Browse files Browse the repository at this point in the history
removed the nettest vm
  • Loading branch information
adityajoshi12 committed Jun 9, 2024
2 parents a053f77 + 626ed5e commit 25570ca
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ module "vm" {



module "vm2" {
source = "./modules/vm"
overall = {
region = "east us"
name = "newtest"
size = "Standard_DS1_v2"
os_details = {
publisher = "Canonical"
offer = "UbuntuServer"
sku = "18.04-LTS"
version = "Latest"
}
password = "Pass!word@"
username = "azureadmin"
env = "dev"
count = 1
os_type = "linux" # windows
}
}
# module "vm2" {
# source = "./modules/vm"
# overall = {
# region = "east us"
# name = "newtest"
# size = "Standard_DS1_v2"
# os_details = {
# publisher = "Canonical"
# offer = "UbuntuServer"
# sku = "18.04-LTS"
# version = "Latest"
# }
# password = "Pass!word@"
# username = "azureadmin"
# env = "dev"
# count = 1
# os_type = "linux" # windows
# }
# }

0 comments on commit 25570ca

Please sign in to comment.