We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883d424 commit 1cca4a5Copy full SHA for 1cca4a5
modules/teleport-node/main.tf
@@ -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
+
6
locals {
7
teleport_auth_address = var.teleport_auth_address
8
teleport_bucket_name = var.teleport_bucket_name
0 commit comments