mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fixed -out syntax
This commit is contained in:
parent
42b4ddc737
commit
f52b7a9d85
@ -12,9 +12,9 @@ terraform plan \
|
||||
-var 'admin_password='$KEY \
|
||||
-var 'admin_username='$KEY \
|
||||
-var 'resource_group='$KEY
|
||||
-out ./out.tfplan
|
||||
-out=out.tfplan
|
||||
|
||||
terraform apply ./out.tfplan
|
||||
terraform apply out.tfplan
|
||||
|
||||
|
||||
# TODO: determine external validation, possibly Azure CLI
|
||||
|
Loading…
Reference in New Issue
Block a user