mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-22 20:01:58 +01:00
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
|
#!/bin/bash -e
|
||
|
cd $(cd `dirname "$0"`; cd ..; pwd)
|
||
|
terraform apply -refresh -var-file="fixtures/secrets.tfvars" -state="fixtures/example.tfstate" -backup="-" fixtures
|