Skip to content

Commit 99b3d35

Browse files
committed
Add a migration of the CFN stack from old versions
1 parent c35d49a commit 99b3d35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connector/terraform/migrations.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
moved {
2+
from = aws_cloudformation_stack.elastio_account_level_stack
3+
to = module.account.aws_cloudformation_stack.this
4+
}

0 commit comments

Comments
 (0)