Now that Stacks is (finally!) in GA i’m looking into migrating my existing configuration to stacks.
What i have now is:
project per AWS account (prod,stg,dev)
seperate workspace per aws component (s3,networking,eks, etc) per region (prod-us-east-1-eks, prod-eu-west-2-eks, prod-us-east-1-networking, etc)
using tfe_outputs data resource to transfer values from one workspace to the other (vpc module output to eks, eks module output to rds for security group id, etc)
How is the migration process from workspaces to stacks is going to look?
I couldn’t find any documentation regarding migration from existing Workspaces to Stacks, only from beta Stacks to GA Stacks.