Skip to content

Commit

Permalink
example: add quick example for terraform (#943)
Browse files Browse the repository at this point in the history
[skip ci]

fixes #865
  • Loading branch information
VD44 committed Dec 1, 2020
1 parent b66140f commit 0277a88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/cd/terraform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
steps:
- id: terraform
uses: docker://hashicorp/terraform:latest
args: ['-i','codeship-services.yml']
env:
TF_LOG_PATH: ./terraform.log
TF_CLI_CONFIG_FILE: dev.tfrc
secrets:
- TF_VAR_aws_access_key_id
- TF_VAR_aws_secret_access_key

0 comments on commit 0277a88

Please sign in to comment.