k8ssandra / k8ssandra-terraform

Apache License 2.0
17 stars 16 forks source link

Create a Makefile for Google cloud Kubernetes cluster module. #3

Closed chaitu6022 closed 3 years ago

chaitu6022 commented 3 years ago

Create a Makefile for the google cloud kubernetes cluster module.

make init -initialize the backend make plan - validate and plan resources make apply - apply the resources make destroy - destroy the resources teardown the environment make lint - check linting for the files in repository.