Skip to content

Commit

Permalink
Readme bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Hawkins committed Sep 9, 2021
1 parent c92a04e commit f169cf8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add the following to your `pipeline.yml`:
steps:
- label: "terraform"
plugins:
- echoboomer/terraform#v1.3.0:
- echoboomer/terraform#v1.2.26:
init_args:
- "-input=false"
- "-backend-config=bucket=my_gcp_bucket"
Expand All @@ -65,7 +65,7 @@ While no commands are required, out of the box behavior may be undesirable witho
steps:
- label: "terraform"
plugins:
- echoboomer/terraform#v1.3.0:
- echoboomer/terraform#v1.2.26:
init_args:
- "-input=false"
- "-backend-config=bucket=my_gcp_bucket"
Expand All @@ -83,7 +83,7 @@ To pass in extra environment variables to the Docker container:
steps:
- label: "terraform"
plugins:
- echoboomer/terraform#v1.3.0:
- echoboomer/terraform#v1.2.26:
env:
- "FOO=foo"
- "BAR=baz"
Expand All @@ -104,7 +104,7 @@ If you want an out of the box solution that simply executes a `plan` on non-mast
steps:
- label: "terraform"
plugins:
- echoboomer/terraform#v1.3.0:
- echoboomer/terraform#v1.2.26:
apply_master: true
init_args:
- "-input=false"
Expand All @@ -123,7 +123,7 @@ steps:
- label: "terraform plan"
branches: "!master"
plugins:
- echoboomer/terraform#v1.3.0:
- echoboomer/terraform#v1.2.26:
init_args:
- "-input=false"
- "-backend-config=bucket=my_gcp_bucket"
Expand All @@ -137,7 +137,7 @@ steps:
plugins:
- artifacts#v1.2.0:
download: "tfplan"
- echoboomer/terraform#v1.3.0:
- echoboomer/terraform#v1.2.26:
apply_only: true
init_args:
- "-input=false"
Expand Down

0 comments on commit f169cf8

Please sign in to comment.