Skip to content

Commit

Permalink
Fix Terraform state by removing the stuck svcs (#92)
Browse files Browse the repository at this point in the history
* Fix Terraform state by removing the stuck svcs

* Add required Terraform version
  • Loading branch information
klejejs authored Sep 25, 2024
1 parent 9507f42 commit c681f8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions infrastructure/removed.tf
Original file line number Diff line number Diff line change
@@ -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
}
}
2 changes: 1 addition & 1 deletion infrastructure/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {

required_version = "= 1.7.5"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit c681f8e

Please sign in to comment.