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 436b4ab commit 94d7156Copy full SHA for 94d7156
main.tf
@@ -381,7 +381,9 @@ module "security_group" {
381
source = "cloudposse/security-group/aws"
382
version = "2.2.0"
383
384
- vpc_id = var.vpc_id
+ vpc_id = var.vpc_id
385
+ create_before_destroy = false
386
+ preserve_security_group_id = true
387
388
rules = [{
389
key = "gropu-egress"
modules/teleport-node/main.tf
@@ -406,8 +406,10 @@ module "security_group" {
406
407
408
409
- vpc_id = local.vpc_id
410
- allow_all_egress = true
+ vpc_id = local.vpc_id
411
412
+ allow_all_egress = true
413
414
415
key = "group"
0 commit comments