From 050ef40c111d8b2c187cc0fef97a913e448f12c7 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Fri, 8 May 2020 15:55:01 +1000 Subject: [PATCH] Document cli_config_credentials_hostname default --- 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: