Skip to content

Commit

Permalink
feat: Make terraform-image-tag parameter optional
Browse files Browse the repository at this point in the history
The terraform-image-tag parameter is no longer used, so we make it 
optional to support new configurations that shouldn't have to specify 
it.
  • Loading branch information
edahlseng committed Jan 6, 2020
1 parent 98049e1 commit 2a3e109
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sources/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ jobs:
type: string
terraform-image-tag: # Unused and deprecated, but included to provide backwards compatibility
type: string
default: ""
setup-steps:
type: steps
default: []
Expand Down Expand Up @@ -1083,6 +1084,7 @@ jobs:
type: string
terraform-image-tag: # Unused and deprecated, but included to provide backwards compatibility
type: string
default: ""
setup-steps:
type: steps
default: []
Expand Down Expand Up @@ -1130,6 +1132,7 @@ jobs:
type: string
terraform-image-tag: # Unused and deprecated, but included to provide backwards compatibility
type: string
default: ""
setup-steps:
type: steps
default: []
Expand Down Expand Up @@ -1193,6 +1196,7 @@ jobs:
type: string
terraform-image-tag: # Unused and deprecated, but included to provide backwards compatibility
type: string
default: ""
github-access-token:
type: string
setup-steps:
Expand Down Expand Up @@ -1264,6 +1268,7 @@ jobs:
type: string
terraform-image-tag: # Unused and deprecated, but included to provide backwards compatibility
type: string
default: ""
github-access-token:
type: string
setup-steps:
Expand Down

0 comments on commit 2a3e109

Please sign in to comment.