Skip to content

Commit 24eb661

Browse files
authored
Add a migration for CFN stack in Connector stack (#116)
1 parent c35d49a commit 24eb661

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)