Remove import existing step from EC2 Makefile
This commit is contained in:
parent
a654b84231
commit
9a8ebc955d
@ -3,17 +3,14 @@
|
||||
render:
|
||||
python ../../render_provider_backend.py
|
||||
|
||||
init:
|
||||
init: render
|
||||
python ../../render_provider_backend.py
|
||||
terraform init --upgrade
|
||||
|
||||
plan: init
|
||||
terraform plan
|
||||
|
||||
import-existing: init
|
||||
@echo "Reconciling existing AWS resources (key pair / security group)"
|
||||
./import_existing.sh
|
||||
|
||||
apply: import-existing
|
||||
apply: init
|
||||
terraform apply -auto-approve
|
||||
|
||||
output:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user