Skip to content

Commit

Permalink
adding terraform deployment stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Owen committed Dec 14, 2020
1 parent 8e70bb7 commit 3466b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ steps:
echo "netbox_version=\"$(git describe --tags --abbrev=0)\"" >> ./ado.auto.tfvars
echo "active_app=\"$(deploy_to)\"" >> ./ado.auto.tfvars
echo "env_id=\"$(env_id)\"" >> ./ado.auto.tfvars
cat ./ado.auto.tfvars
echo "tower_token=\"$(tower-token)\"" >> ./ado.auto.tfvars
terraform init
terraform apply
displayName: 'Deploy New Version'

0 comments on commit 3466b54

Please sign in to comment.