Skip to content

Commit

Permalink
Clean up some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Poutanen committed Dec 15, 2023
1 parent 58218fd commit c24e328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/terraform-bootstrap/templates/terraform/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ tasks:
- gh secret set ARM_CLIENT_SECRET_{{ `{{ upper .ENVIRONMENT }}` }}
- gh secret set ARM_SUBSCRIPTION_ID_{{ `{{ upper .ENVIRONMENT }}` }} --body {{ `{{ .ARM_SUBSCRIPTION_ID }}` }}
- gh secret set ARM_TENANT_ID_{{ `{{ upper .ENVIRONMENT }}` }}
{{ end }}
{{- end }}

{{ if .Variables.CREATE_GITHUB_ACTIONS_PIPELINE -}}
gh:set-ci-vars:
deps: [gh:login]
cmds:
- gh variable set TERRAFORM_VERSION --body 1.6.6
{{ end }}
{{- end }}
# TODO: task to delete state resources for a particular env
# TODO: validate resource group name when prompting

0 comments on commit c24e328

Please sign in to comment.