-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Feature Description
Help teams default to IaC patterns using the official Cloud Foundry Terraform provider rather than the CF CLI/manifests
Use Case
Describe the scenario where this feature would be helpful:
- Who would benefit from this?
- What problem does it solve?
- How would it be used?
When teams manage all deployments as IaC they can incorporate code changes, PaaS changes, and configuration changes (within apps where there's a provider) all in version controlled units, and spanning more than just cloud.gov. This helps exhibit a full audit trail of a self-contained but comprehensive set of changes through PRs, and promotion of the changes between environments.
Proposed Solution
Describe your proposed solution. For instruction files, consider:
- Which file patterns should it apply to? (
applyTo:) - What guidance should it provide?
- Are there code examples or templates needed?
No idea yet, this should pull from the large body of open source TTS projects, particularly those under active development recently.
Alternatives Considered
Have you considered any alternative approaches? Why is this the best solution?
No, I'll leave this to you. Just working from my own expertise.
Cloud.gov Documentation
Link to relevant cloud.gov documentation that supports this feature:
Additional Context
Add any other context, examples, or screenshots about the feature request here.
Implementation Notes
If you're willing to contribute this feature:
- I can help implement this
- [*] I can provide examples or test cases
- [*] I need guidance on implementation