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
Benefit/Result/Outcome
When we finish a deployment, we clean up the deployed resources, but not the artifacts in the repository.
Description
We should delete the generated configuration, the generated .tfvars, and the generated .tfvars that reside in each src/core/* that are created by deploy.sh
Acceptance Criteria
Delete generated mlz.config and .tfvars
The text was updated successfully, but these errors were encountered:
glennmusa
changed the title
clean.sh should clean up the terraform resources deploy.sh creates
clean.sh should clean up the resources on disk that deploy.sh creates
May 5, 2021
* cleanup files created by deploy.sh #192
* removing all components .tfvars files
* used explicit tiers instead of '*'
* added function to delete files in dir by name
* changed order file deletes
* Update src/clean.sh
Adding the word INFO for consistency.
Co-authored-by: Glenn Musa <[email protected]>
Co-authored-by: jjansen23 <[email protected]>
Co-authored-by: Glenn Musa <[email protected]>
* cleanup files created by deploy.sh Azure#192
* removing all components .tfvars files
* used explicit tiers instead of '*'
* added function to delete files in dir by name
* changed order file deletes
* Update src/clean.sh
Adding the word INFO for consistency.
Co-authored-by: Glenn Musa <[email protected]>
Co-authored-by: jjansen23 <[email protected]>
Co-authored-by: Glenn Musa <[email protected]>
Benefit/Result/Outcome
When we finish a deployment, we clean up the deployed resources, but not the artifacts in the repository.
Description
We should delete the generated configuration, the generated .tfvars, and the generated .tfvars that reside in each src/core/* that are created by deploy.sh
Acceptance Criteria
The text was updated successfully, but these errors were encountered: