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 + } +} diff --git a/infrastructure/versions.tf b/infrastructure/versions.tf index b20e3ad..c238c02 100644 --- a/infrastructure/versions.tf +++ b/infrastructure/versions.tf @@ -1,5 +1,5 @@ terraform { - + required_version = "= 1.7.5" required_providers { aws = { source = "hashicorp/aws"