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 +}