Skip to content

Commit

Permalink
feat: mitigate possible with sg updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Aug 3, 2023
1 parent 883d424 commit 1cca4a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/teleport-node/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
moved {
from = module.security_group.aws_security_group.default
to = module.security_group.aws_security_group.cbd
}

locals {
teleport_auth_address = var.teleport_auth_address
teleport_bucket_name = var.teleport_bucket_name
Expand Down

0 comments on commit 1cca4a5

Please sign in to comment.