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