From d06122d8ccd1556dd4ab9bbabf80432e6237bcfb Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Wed, 13 May 2020 00:31:14 +1000 Subject: [PATCH] Document cli_config_credentials_hostname default (#6) --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e549b3..e918aba 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ steps: The following inputs are supported. -- `cli_config_credentials_hostname` - (optional) The hostname of a Terraform Cloud/Enterprise instance to place within the credentials block of the Terraform CLI configuration file. +- `cli_config_credentials_hostname` - (optional) The hostname of a Terraform Cloud/Enterprise instance to place within the credentials block of the Terraform CLI configuration file. Defaults to `app.terraform.io`. - `cli_config_credentials_token` - (optional) The API token for a Terraform Cloud/Enterprise instance to place within the credentials block of the Terraform CLI configuration file. diff --git a/action.yml b/action.yml index 5f7809f..21366dc 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Sets up Terraform CLI in your GitHub Actions workflow.' author: 'HashiCorp, Inc.' inputs: cli_config_credentials_hostname: - description: 'The hostname of a Terraform Cloud/Enterprise instance to place within the credentials block of the Terraform CLI configuration file.' + description: 'The hostname of a Terraform Cloud/Enterprise instance to place within the credentials block of the Terraform CLI configuration file. Defaults to `app.terraform.io`.' default: 'app.terraform.io' required: false cli_config_credentials_token: