Skip to content

Commit

Permalink
fix: Updated endpoint DNS for GuardDuty.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Dec 10, 2024
1 parent 62b0747 commit a2442c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,10 @@ module "endpoints" {
private_dns_enabled = true
},
guardduty = {
service = "guardduty-data"
tags = { Name = "${local.prefix}-guardduty" }
subnet_ids = module.vpc.private_subnets
service = "guardduty-data"
tags = { Name = "${local.prefix}-guardduty" }
subnet_ids = module.vpc.private_subnets
private_dns_enabled = true
}
}

Expand Down

0 comments on commit a2442c7

Please sign in to comment.