From 2f1024cebbe104cb79da357d853cade9d4e44954 Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Sun, 13 Mar 2022 10:03:32 +0100 Subject: [PATCH] back to normal --- vm-qdc/main.tf | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/vm-qdc/main.tf b/vm-qdc/main.tf index 0637742..5eda106 100644 --- a/vm-qdc/main.tf +++ b/vm-qdc/main.tf @@ -72,14 +72,6 @@ resource "azurerm_linux_virtual_machine" "vm" { "ShutdownTime": var.is_24x7 == false? var.shutdownTime : null "StartupTime": var.is_24x7 == false? var.startupTime : null } - -} - -resource "null_resource" "post-vm-qdc" { - - depends_on = [ - azurerm_linux_virtual_machine.vm - ] provisioner "remote-exec" { connection { @@ -126,7 +118,7 @@ resource "null_resource" "post-vm-qdc" { "sudo /home/${local.admin_username}/scripts/feb2021/set-license.sh '${data.azurerm_key_vault_secret.license-sept20.value}'" ] } - + } module "linux-common" {