Skip to content

Commit

Permalink
Fix tabs for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 11, 2021
1 parent 11489a7 commit e6681a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions slurm-gcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
.PHONY: init plan apply destroy

init:
terraform init
terraform init

validate:
terraform validate
terraform validate

plan:
terraform plan -var-file=basic.tfvars -var-file=local.tfvars -out terraform.tfplan
terraform plan -var-file=basic.tfvars -var-file=local.tfvars -out terraform.tfplan

apply:
terraform apply -var-file=basic.tfvars -var-file=local.tfvars -auto-approve
terraform apply -var-file=basic.tfvars -var-file=local.tfvars -auto-approve

destroy:
terraform destroy -var-file=basic.tfvars -var-file=local.tfvars -auto-approve
terraform destroy -var-file=basic.tfvars -var-file=local.tfvars -auto-approve

show:
terraform show
terraform show

0 comments on commit e6681a6

Please sign in to comment.