devopsacademyau / 2020-feb-project1-group2

Creative Commons Attribution Share Alike 4.0 International
0 stars 2 forks source link

Makefile Scripts #47

Closed starkmatt closed 4 years ago

starkmatt commented 4 years ago

Makefile Scripts

I've made a start on experimenting with Makefiles.

Please review / test using the following commands (Ensure that you're in the same dir as the Makefile file)

To plan terraform

make plan

To apply terraform

make apply

To Destroy Terraform

make destroy

Let me know if anything isn't clear