-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Reference: https://github.com/hashicorp/terraform/blob/v0.14/CHANGELOG.md
Reference: hashicorp/terraform#26087
Reference: hashicorp/terraform#25558
Reference: hashicorp/terraform#18030
Terraform commands have historical incompatibilities when executed outside the configuration directory, for example automatic variables files are not properly read. Terraform 0.14.0 (all pre-release versions) introduces a new -chdir
global option, e.g. terraform -chdir /path/to/config <command>
syntax. Later Terraform versions will deprecate the older terraform <command> /path/to/config
as an argument.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request