File tree Expand file tree Collapse file tree 5 files changed +0
-397
lines changed
scenarios/AksOpenAiTerraform/terraform Expand file tree Collapse file tree 5 files changed +0
-397
lines changed Original file line number Diff line number Diff line change @@ -281,27 +281,6 @@ module "bastion_host" {
281281 tags = var. tags
282282}
283283
284- module "virtual_machine" {
285- count = var. vm_enabled ? 1 : 0
286- source = " ./modules/virtual_machine"
287- name = var. name_prefix == null ? " ${ random_string . prefix . result } ${ var . vm_name } " : " ${ var . name_prefix } ${ var . vm_name } "
288- size = var. vm_size
289- location = var. location
290- public_ip = var. vm_public_ip
291- vm_user = var. admin_username
292- admin_ssh_public_key = var. ssh_public_key
293- os_disk_image = var. vm_os_disk_image
294- resource_group_name = azurerm_resource_group. rg . name
295- subnet_id = module. virtual_network . subnet_ids [var . vm_subnet_name ]
296- os_disk_storage_account_type = var. vm_os_disk_storage_account_type
297- boot_diagnostics_storage_account = module. storage_account . primary_blob_endpoint
298- log_analytics_workspace_id = module. log_analytics_workspace . workspace_id
299- log_analytics_workspace_key = module. log_analytics_workspace . primary_shared_key
300- log_analytics_workspace_resource_id = module. log_analytics_workspace . id
301- log_analytics_retention_days = var. log_analytics_retention_days
302- tags = var. tags
303- }
304-
305284module "key_vault" {
306285 source = " ./modules/key_vault"
307286 name = var. name_prefix == null ? " ${ random_string . prefix . result } ${ var . key_vault_name } " : " ${ var . name_prefix } ${ var . key_vault_name } "
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments