diff --git a/main.tf b/main.tf index 50d40cb..5477f44 100644 --- a/main.tf +++ b/main.tf @@ -158,4 +158,8 @@ 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 + } } \ No newline at end of file