You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently when Epicli is run it cleans out all *.tf Terraform template files. This restricts the ability of the user to add any kind of custom Terraform scripts to a deployment outside of what Epiphany generates.
Describe the solution you'd like
Only remove the Terraform templates from the build directory that are actually generated by Epiphany with the following regex:
'''[0-9][0-9][0-9]_*.tf'''
And document the steps for people to add custom Terraform templates to a deployed cluster.
Describe alternatives you've considered
None
Additional context
None
DoD checklist
Changelog
updated
not needed
COMPONENTS.md
updated
not needed
Schema
updated
not needed
Backport tasks
created
not needed
Documentation
added
updated
not needed
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
backup/restore
Idempotency tested
All conversations in PR resolved
Solution meets requirements and is done according to design doc
Usage compliant with license
The text was updated successfully, but these errors were encountered:
- Refactored Apply command #2974
- Added option for custom terraform scripts by the user #2976
- Moved Azure specific code from TerraformRunner to APIProxy
- Seperated filetype into schema and template types.
- Fixed tests and sorted tests imports.
The ability to add custom terraform scripts has been tested. The functionality seems to be working fine. Created and removed additional resources in AWS and Azure with epicli.
Is your feature request related to a problem? Please describe.
Currently when Epicli is run it cleans out all *.tf Terraform template files. This restricts the ability of the user to add any kind of custom Terraform scripts to a deployment outside of what Epiphany generates.
Describe the solution you'd like
Only remove the Terraform templates from the build directory that are actually generated by Epiphany with the following regex:
'''[0-9][0-9][0-9]_*.tf'''
And document the steps for people to add custom Terraform templates to a deployed cluster.
Describe alternatives you've considered
None
Additional context
None
DoD checklist
The text was updated successfully, but these errors were encountered: