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