Skip to content

Commit

Permalink
lifecycle change
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 30, 2024
1 parent e75abe2 commit ca73e7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit ca73e7a

Please sign in to comment.