From 99b3d354dbddc9d931fdc12fce3670ac634c2f31 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Fri, 25 Apr 2025 15:09:03 +0000 Subject: [PATCH] Add a migration of the CFN stack from old versions --- connector/terraform/migrations.tf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 connector/terraform/migrations.tf diff --git a/connector/terraform/migrations.tf b/connector/terraform/migrations.tf new file mode 100644 index 0000000..293ea26 --- /dev/null +++ b/connector/terraform/migrations.tf @@ -0,0 +1,4 @@ +moved { + from = aws_cloudformation_stack.elastio_account_level_stack + to = module.account.aws_cloudformation_stack.this +}