Skip to content

Commit 1cca4a5

Browse files
committed
feat: mitigate possible with sg updates
1 parent 883d424 commit 1cca4a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/teleport-node/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
moved {
2+
from = module.security_group.aws_security_group.default
3+
to = module.security_group.aws_security_group.cbd
4+
}
5+
16
locals {
27
teleport_auth_address = var.teleport_auth_address
38
teleport_bucket_name = var.teleport_bucket_name

0 commit comments

Comments
 (0)