fix(engines): resolve identity blueprint vars and create variables#115
fix(engines): resolve identity blueprint vars and create variables#115davemooreuws merged 1 commit intomainfrom
Conversation
📝 WalkthroughWalkthroughThe change adds tracking of identity-related Terraform modules and blueprints within TerraformDeployment via two new internal maps, initialized in NewTerraformDeployment. In resolveService, it derives an identity module name, prepares variables, creates the identity module, stores it in terraformIdentityResources, and records the corresponding blueprint in identityBlueprints. The identity module’s output remains stored under the identity type key. In TerraformEngine.Apply, it adds a step to resolve tokens for all tracked identity modules using their blueprints, erroring if a blueprint is missing or token resolution fails, and runs this before synthesizing the deployment. Possibly related PRs
Suggested reviewers
Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🎉 This PR is included in version 0.1.24 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Ensure variables are properly created and resolved for identity blueprints.