Skip to content

Support Terraform 0.14.0 and later -chdir Global Option #99

@bflad

Description

@bflad

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions