chore: fix formatting in instance/ec2 Makefile
This commit is contained in:
parent
4e4eb90094
commit
9bce3fda8d
@ -1,23 +1,23 @@
|
||||
# instance/ec2/Makefile
|
||||
|
||||
render:
|
||||
python ../../render_provider_backend.py
|
||||
python ../../render_provider_backend.py
|
||||
|
||||
init:
|
||||
terraform init --upgrade
|
||||
terraform init --upgrade
|
||||
|
||||
plan: init
|
||||
terraform plan
|
||||
terraform plan
|
||||
|
||||
import-existing: init
|
||||
@echo "Reconciling existing AWS resources (key pair / security group)"
|
||||
./import_existing.sh
|
||||
@echo "Reconciling existing AWS resources (key pair / security group)"
|
||||
./import_existing.sh
|
||||
|
||||
apply: import-existing
|
||||
terraform apply -auto-approve
|
||||
terraform apply -auto-approve
|
||||
|
||||
output:
|
||||
terraform output
|
||||
terraform output
|
||||
|
||||
destroy: init
|
||||
terraform destroy -auto-approve
|
||||
terraform destroy -auto-approve
|
||||
|
||||
Loading…
Reference in New Issue
Block a user