Skip to content

Commit

Permalink
updating SG to include jump server access
Browse files Browse the repository at this point in the history
  • Loading branch information
haitchison committed Oct 16, 2023
1 parent 7a9846c commit 86a64d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ locals {
instance_type = "m5.2xlarge"
disable_api_termination = true
monitoring = true
vpc_security_group_ids = ["domain", "app"]
vpc_security_group_ids = ["domain", "app", "jumpserver"]
tags = {
backup-plan = "daily-and-weekly"
}
Expand Down

0 comments on commit 86a64d3

Please sign in to comment.