├── LICENSE ├── PR_attack.py ├── README.md ├── TF_attack.py ├── demos ├── demo1.gif ├── demo2.gif └── demo3.gif └── templates ├── apply_on_plan.sh ├── backend.tf ├── exec_command.tf ├── get_all_envs.tf ├── provider_template.tf ├── retrieve_state_file.sh └── s3_bucket.tf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/LICENSE -------------------------------------------------------------------------------- /PR_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/PR_attack.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/README.md -------------------------------------------------------------------------------- /TF_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/TF_attack.py -------------------------------------------------------------------------------- /demos/demo1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/demos/demo1.gif -------------------------------------------------------------------------------- /demos/demo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/demos/demo2.gif -------------------------------------------------------------------------------- /demos/demo3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/demos/demo3.gif -------------------------------------------------------------------------------- /templates/apply_on_plan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/templates/apply_on_plan.sh -------------------------------------------------------------------------------- /templates/backend.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/templates/backend.tf -------------------------------------------------------------------------------- /templates/exec_command.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/templates/exec_command.tf -------------------------------------------------------------------------------- /templates/get_all_envs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/templates/get_all_envs.tf -------------------------------------------------------------------------------- /templates/provider_template.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/templates/provider_template.tf -------------------------------------------------------------------------------- /templates/retrieve_state_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/templates/retrieve_state_file.sh -------------------------------------------------------------------------------- /templates/s3_bucket.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technologik/terraform_attack_automation/HEAD/templates/s3_bucket.tf --------------------------------------------------------------------------------