This project is mirrored from https://:*****@github.com/hashicorp/terraform.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 22 Sep, 2022 3 commits
-
-
Alisdair McDiarmid authored
Add initial pull request template
-
Alisdair McDiarmid authored
-
Craig Wright authored
fixed typo: `startsswith` -> `startswith`
-
- 21 Sep, 2022 3 commits
-
-
koki-develop authored
-
Alisdair McDiarmid authored
Update main branch version to 1.4.0
-
Alisdair McDiarmid authored
-
- 20 Sep, 2022 3 commits
-
-
Laura Pacilio authored
Remove unnecessary version note
-
Laura Pacilio authored
-
Laura Pacilio authored
Add internals overview page to navigation
-
- 19 Sep, 2022 6 commits
-
-
Craig Wright authored
Update taint.mdx - remove repeated word.
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
This is intended to add some structure to pull request descriptions, and encourage peer review of changelog entries before merging a PR.
-
Martynas Šateika authored
-
- 16 Sep, 2022 2 commits
-
-
Martin Atkins authored
We've removed the main documentation pages for the backends that are removed in Terraform v1.3, but we'll leave a small callout note so that the backend names are still reachable through our search index once the v1.3 docs are the active version. The primary goal here is to help folks who have inherited configurations using older versions of Terraform to learn about features they see in those configurations, so the main thing here is the link to the older release docs which include those. However, this is also a good opportunity to link to the upgrade guide content which describes some possible migration paths away from these removed backends.
-
Alisdair McDiarmid authored
Do not apply type defaults to null values
-
- 15 Sep, 2022 2 commits
-
-
Bryce Kalow authored
Co-authored-by:
Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> Co-authored-by:
Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Co-authored-by:
Kevin Wang <kwangsan@gmail.com> Co-authored-by:
Judith Malnick <judith@hashicorp.com> Co-authored-by:
Martin Atkins <mart@degeneration.co.uk> Co-authored-by:
HashiBot <62622282+hashibot-web@users.noreply.github.com>
-
Alisdair McDiarmid authored
Applying object type defaults to null values can convert null to an object with partial attributes. This means that even a specified default value of null will not remain null after variable evaluation. In turn, the result can then be invalid, if not all attributes in an object type have defaults specified. This commit skips the type default application step during config load and variable evaluation if the default or given value is null of any type. We still perform type conversion.
-
- 14 Sep, 2022 5 commits
-
-
Laura Pacilio authored
Remove legacy provisioners from docs
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Martin Atkins authored
Before our website allowed selecting from older versions of Terraform to see older documentation we needed to preserve all of the historical upgrade guides in the latest release branch so that they'd stay available on the website. However, our new strategy is for each release to have its own separate set of documentation selectable using a global version selector. We should therefore now have only the upgrade guide for the each minor release on its release branch, with the upgrade guides for earlier releases instead maintained on their own branches. However, our v1.1 branch is, as a matter of pragmatism, serving as the home for the "v1.1 and earlier" documentation, and so there will continue to be multiple upgrade guides on that branch. For that reason, we're preserving the URL scheme "upgrade-guides" (plural) even though the URL now points to only a single version upgrade guide because that causes readers to land in the correct place if they are on a modern version's upgrade guide page and they use the version selector to choose the "v1.1 and earlier" option.
-
James Bardin authored
-
- 09 Sep, 2022 2 commits
-
-
Laura Pacilio authored
Update Cloud Block Docs
-
Laura Pacilio authored
Add more context about local backend configuration state file
-
- 08 Sep, 2022 1 commit
-
-
megan07 authored
removes EnableForcePush and other unrelated code
-
- 02 Sep, 2022 2 commits
-
-
Megan Bang authored
-
Alisdair McDiarmid authored
Use upstreamed HCL typexpr package
-
- 01 Sep, 2022 1 commit
-
-
Alisdair McDiarmid authored
The 2.14.0 release of HCL includes the typeexpr changes we tested here, so now we can revert to using the HCL package and remove our fork.
-
- 31 Aug, 2022 7 commits
-
-
Martin Atkins authored
-
fatahfattah authored
Previously it would append the "subdir" portion onto the query string, producing an invalid result.
-
kmoe authored
-
kmoe authored
-
kmoe authored
-
James Bardin authored
* remove deprecated backends * remove backend docs Remove references to deprecated backends from docs.
-
kmoe authored
-
- 30 Aug, 2022 3 commits
-
-
megan07 authored
Send the JSON state representation to Cloud backend (when available)
-
Megan Bang authored
-
Megan Bang authored
-