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.
- 05 May, 2022 1 commit
-
-
Alisdair McDiarmid authored
Also add this path to .gitignore to prevent future mistakes.
-
- 04 May, 2022 7 commits
-
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
Kevin Wang authored
* feat: pull over content for `/docs` * chore: format json
-
kmoe authored
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
Backport of plugin: diagnostics must be checked on all schema calls into v1.2
-
- 03 May, 2022 4 commits
-
-
The Terraform Team authored
* backport of commit 1ee5d23894a0c9448d6787e0385dbba356db8096 * backport of commit 565e6ba2b378556a6d03e9ee021553670e1fc6c8 Co-authored-by:
Anna Winkler <3526523+annawinkler@users.noreply.github.com>
-
James Bardin authored
-
Alisdair McDiarmid authored
Merge pull request #30986 from hashicorp/backport/alisdair/fix-ssh-http-proxy-panic/poorly-saved-kangaroo Backport of communicator/ssh: Fix crash using SSH+HTTP proxy into v1.2
-
Alisdair McDiarmid authored
-
- 02 May, 2022 5 commits
-
-
James Bardin authored
-
James Bardin authored
Backport of check for cancellation before apply confirmation into v1.2
-
Alisdair McDiarmid authored
Backport of Add note about lockfile's relationship to state into v1.2
-
James Bardin authored
-
Dan Slimmon authored
-
- 28 Apr, 2022 8 commits
-
-
James Bardin authored
-
James Bardin authored
Backport of udpate x/crypto/ssh into v1.2
-
James Bardin authored
-
James Bardin authored
Merge pull request #30960 from hashicorp/backport/jbardin/dependencies-race/currently-brief-albacore Backport of Fix race in state dependency encoding into v1.2
-
James Bardin authored
-
James Bardin authored
-
Alisdair McDiarmid authored
-
htamakos authored
Terraform's remote-exec provision hangs out when it execs on HTTP Proxy bacause it dosen't support SSH over HTTP Proxy. This commits enables Terraform's remote-exec to support SSH over HTTP Proxy. * adds `proxy_*` fields to `connection` which add configuration for a proxy host * if `proxy_host` set, connect to that proxy host via CONNECT method, then make the SSH connection to `host` or `bastion_host`
-
- 27 Apr, 2022 12 commits
-
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
James Bardin authored
-
Tom Bamford authored
-
Tom Bamford authored
backend/remote-state/azure: support OIDC authentication
-
Tom Bamford authored
-
Tom Bamford authored
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
json-output: Add output type to JSON format
-
Alisdair McDiarmid authored
Previously the supported JSON plan and state formats included only serialized output values, which was a lossy serialization of the Terraform type system. This commit adds a type field in the usual cty JSON format, which allows reconstitution of the original value. For example, previously a list(string) and a set(string) containing the same values were indistinguishable. This change serializes these as follows: { "value": ["a","b","c"], "type": ["list","string"] } and: { "value": ["a","b","c"], "type": ["set","string"] }
-
Craig Wright authored
chore: Typo fix (`retuns` -> `returns`)
-
Ryoh Akiyoshi authored
The example did not reflect the actual behavior of escaping spaces.
-
- 26 Apr, 2022 3 commits
-
-
Christian Jensen authored
Fix a mispelled word.
-
James Bardin authored
replace_triggered_by docs
-
James Bardin authored
Co-authored-by:
Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
-