Currently we have script to deploy the IaC in the sample. DevCrew engineers would also need a destroy script to be able to cleanup the environment once they are done.
DoD
[ ] Create a clean_up.sh script under scripts folder to cleanup all the deployed resources.
[ ] The script should take care of of all manual deployments as well as any dependencies.
[ ] Update the 'Cleaning up' section in the main README.md.
Currently we have script to deploy the IaC in the sample. DevCrew engineers would also need a destroy script to be able to cleanup the environment once they are done.
DoD
clean_up.sh
script underscripts
folder to cleanup all the deployed resources.README.md
.