Phase1-2
This commit is contained in:
@@ -23,5 +23,14 @@ module "network" {
|
||||
project = "TerraformBootcamp"
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
module "compute" {
|
||||
source = "../../modules/compute"
|
||||
resource_group_name = "terraform"
|
||||
location = "UK South"
|
||||
subnet_id = module.network.subnet_ids["public"]
|
||||
vm_size = "Standard_B1s"
|
||||
admin_username = "azureuser"
|
||||
ssh_public_key = "<your-ssh-public-key>"
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user