diff --git a/infrastructure/removed.tf b/infrastructure/removed.tf new file mode 100644 index 0000000..b63f54e --- /dev/null +++ b/infrastructure/removed.tf @@ -0,0 +1,15 @@ +removed { + from = module.ap_southeast_1.aws_ecs_cluster.svcs + + lifecycle { + destroy = false + } +} + +removed { + from = module.eu_central_1.aws_ecs_cluster.svcs + + lifecycle { + destroy = false + } +}