Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen committed Oct 12, 2023
1 parent 9db99d0 commit 6081716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
default: ~1.5.0

backend_config:
description: The path of a configuration file containing the remaining arguments for a partial backend configuration.
description: The path, relative to the working directory, of a configuration file containing the remaining arguments for a partial backend configuration.
type: string
required: false
default: ""
Expand Down
2 changes: 1 addition & 1 deletion docs/usage-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment: development
working_directory: terraform
terraform_version: "1.5.0"
backend_config: terraform/dev.azurerm.tfbackend.json
backend_config: dev.azurerm.tfbackend.json
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
Expand Down

0 comments on commit 6081716

Please sign in to comment.