Is there a use case that uses both version management and terraform?
Customer is reviewing the setup versioning/rollback and staging environment.
Version Management and Terraform are considered solutions.
This is a feature that I researched.
Version Management
- Dev/Stg Environment
- Versioning/Rollback
- Available only on dashboards (without API)
- Unable to support Terraform
Terraform
- Versioning/Rollback
- Dev/Stg environment not provided
It's slightly different for each function.
What features can help our customers?
Is there a use case you are using both version management and terraform?
1 Reply
i mean if you need a dev and staging environment plus also want to manage with terraform for some other reason (there are many good reasons to prefer infra as code) you'll run against the limitation where they can't be used together yes
the features have their own pros and cons but are mutually exclusive. it would be nice if you could somehow use them together but you can't. and its somewhat understandable since the implementation would be extremely complicated