Skip to content

Commit

Permalink
trying to delete some resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Whiting authored and Greg Whiting committed Jan 20, 2025
1 parent bb026dc commit d718076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,11 @@ resource "aws_instance" "ad_instance" {
iam_instance_profile = aws_iam_instance_profile.ad_instance_profile.name
key_name = module.key_pair.key_pair_name
subnet_id = var.management_subnet_id
associate_public_ip_address = true
associate_public_ip_address = false
vpc_security_group_ids = ["${aws_security_group.ad_sg.id}"]
tags = merge({ "Name" = "mgmt-ad-instance" }, local.tags)
user_data = data.template_file.windows-dc-userdata.rendered
ebs_optimized = true
lifecycle {
ignore_changes = [ami]
}
Expand Down
2 changes: 0 additions & 2 deletions terraform/environments/youth-justice-app-framework/waf.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*
module "waf" {
source = "./modules/waf"
project_name = local.project_name
Expand Down Expand Up @@ -48,4 +47,3 @@ module "waf" {
}
]
}
*/

0 comments on commit d718076

Please sign in to comment.