From 77d4e9cb73bdba3dfd57cf385f3d2bdb98193962 Mon Sep 17 00:00:00 2001 From: lolli001 Date: Wed, 31 Jul 2024 14:27:06 -0400 Subject: [PATCH] Syntax fix --- main.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.tf b/main.tf index 8ad0b24..2cf4540 100644 --- a/main.tf +++ b/main.tf @@ -159,8 +159,4 @@ module "windows" { vpc_config = local.vpc_config source_ami = "ami-012fffaddacaa52ff" # x86_64 compatible AMI instance_type = "t2.xlarge" # x86_64 compatible instance type - - lifecycle { - prevent_destroy = true - } }