Laura Pacilio
0e6635b270
Update README.md
2022-08-09 11:47:32 -04:00
Laura Pacilio
96adb97be0
Update README.md
2022-08-09 11:46:48 -04:00
Laura Pacilio
1aa9f49362
Update README.md
2022-08-09 11:45:47 -04:00
Laura Pacilio
4e0c71777c
Update README.md
2022-08-09 11:11:09 -04:00
James Bardin
8354bc46cf
Merge pull request #31576 from hashicorp/jbardin/validate-deprecated-computed
...
validate deprecated attributes from static traversals
2022-08-09 11:10:13 -04:00
James Bardin
1a5e403329
Merge pull request #31532 from hashicorp/jbardin/static-validate-nested-types
...
Account for `NestedType` in static traversal validation
2022-08-09 11:08:17 -04:00
Laura Pacilio
19a7527bfe
Update docs README backporting instructions
2022-08-09 11:04:58 -04:00
kmoe
621af43c04
fix missing output for applyable refresh plans ( #31469 )
2022-08-09 16:03:59 +01:00
Bob Sutterfield
08f3f675eb
insert missing infinitive particle
2022-08-08 17:17:50 -07:00
James Bardin
25f5a81048
validate deprecated attrs from static traversals
...
We can't validate that data from deprecated nested attributes is used in
the configuration, but we can at least catch the simple case where a
deprecated attribute is referenced directly.
2022-08-08 09:58:11 -04:00
Aleksandr Melnikov
05944cc0e2
Update fmt.mdx ( #31553 )
...
* Update fmt.mdx
Fix insufficient explanation of "-check" option.
* Apply suggestions from code review
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
2022-08-08 10:04:29 +01:00
zimbatm
7a9ccc03b2
command/fmt: support formatting multiple files
...
All the code infrastructure was there to support formatting multiple
files already.
This makes `terraform fmt` more flexible and also compliant with the
[treefmt formatter
spec](https://numtide.github.io/treefmt/docs/formatters-spec.html )
2022-08-07 15:02:55 +02:00
Radek Simko
20b1532ba6
Update CHANGELOG.md
2022-08-05 20:46:14 +01:00
Radek Simko
fc62afb6dc
fix: validate implied provider names in submodules ( #31573 )
2022-08-05 20:44:52 +01:00
Kevin Wang
fbda4382f3
chore: delete /guides
files ( #31560 )
2022-08-05 10:26:48 -04:00
Kevin Wang
f3ef0d9df1
chore: remove /docs
( #31558 )
2022-08-05 10:26:17 -04:00
James Bardin
fd76846d35
two more locations where Attribute.Type was used
2022-08-04 17:17:00 -04:00
James Bardin
43100fbe39
handle nested types in StaticValidateTraversal
...
The StaticValidateTraversal code was not taking into account nested
structural types. Rather than create more special cases for checking
Type vs NestedType, we move the ImpliedType method up to the Attribute
to ensure both are used to generate the final type spec.
2022-08-04 17:17:00 -04:00
hc-github-team-tf-core
e57e721c8e
Cleanup after v1.3.0-alpha20220803 release
2022-08-03 17:26:17 +00:00
hc-github-team-tf-core
08e958d258
Release v1.3.0-alpha20220803
2022-08-03 17:11:29 +00:00
kmoe
8154a777de
Update CHANGELOG.md
2022-08-03 18:05:48 +01:00
kmoe
c4a00664d7
do not create delete change for nonexistent output ( #31471 )
...
If there are outputs in configuration, a destroy plan will always contain a "delete" change for each of these outputs.
This leads to meaningless delete changes being present for outputs which were not present in state and therefore cannot be deleted. Since there is a change in the plan, this plan will then be considered applyable, and the user will be presented with text instructing them to apply a plan in which there are no actual changes.
This commit stops the above from happening in the case of root module outputs.
2022-08-03 17:45:13 +01:00
James Bardin
a857084dfe
Merge pull request #31562 from hashicorp/jbardin/jsonplan-docs
...
update json plan docs with drift output
2022-08-02 17:35:46 -04:00
James Bardin
a0b66c87cc
Update website/docs/internals/json-format.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2022-08-02 17:35:30 -04:00
James Bardin
08fed6e296
Update website/docs/internals/json-format.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2022-08-02 17:35:19 -04:00
James Bardin
1e79f17ed2
Update website/docs/internals/json-format.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2022-08-02 17:35:09 -04:00
James Bardin
e58d74c0ca
update json plan docs with drift output
...
Add "resource_drift" and "relevant_attributes" to the json plan
documentation.
2022-08-02 16:35:30 -04:00
Laura Pacilio
660ef01afc
Merge pull request #31561 from hashicorp/tiny-fix-readme
...
Tiny README heading fix
2022-08-02 14:23:29 -04:00
Laura Pacilio
467b592b60
Update README.md
2022-08-02 14:09:08 -04:00
Laura Pacilio
38fe6f761d
Merge pull request #31550 from hashicorp/docs-readme-updates-versioned-docs
...
Update Docs README to support versioned documentation
2022-08-02 14:08:02 -04:00
Liam Cervante
985325a0fc
Remove -local flag from goimports check ( #31555 )
2022-08-02 15:08:38 +01:00
Alisdair McDiarmid
d8c14c4295
Merge pull request #31506 from sebhcp/dir-allcaps
...
replace [dir] with [DIR] for consistency
2022-08-02 07:13:59 -04:00
sebhcp
1ad649c446
goimports on providers.go only
2022-08-01 16:38:03 -05:00
sebhcp
e029e7b699
revert "run goimports"
...
This reverts commit 301174a3df
.
2022-08-01 16:26:26 -05:00
sebhcp
301174a3df
run goimports
2022-08-01 16:26:07 -05:00
sebhcp
31d6a1c186
revert changes for upgrade.mdx
2022-08-01 16:26:07 -05:00
sebhcp
4d799ab30f
normalize [dir] to [DIR]
2022-08-01 16:26:07 -05:00
Laura Pacilio
aecbaecff5
Merge pull request #31545 from hashicorp/module-invocation-warning
...
Add note about module.path and local module sources
2022-08-01 17:19:07 -04:00
Laura Pacilio
7c7433b79f
Update README.md
2022-08-01 17:05:11 -04:00
Laura Pacilio
2b0e14db52
Merge pull request #31460 from fnickels/4th-alternate-mirror-directory-fix
...
Detailing `-chdir` behavior with `terraform.d/plugin` folders
2022-07-29 17:53:15 -04:00
Laura Pacilio
f5a503ff87
Add more context about local backend configuration state file
2022-07-29 17:46:10 -04:00
Laura Pacilio
f6aeecb592
Update website/docs/language/expressions/references.mdx
2022-07-29 16:52:58 -04:00
Laura Pacilio
e574234efc
Add note about module.path and local module sources
2022-07-29 15:24:04 -04:00
Laura Pacilio
f42d6175e0
Merge pull request #31498 from sebhcp/fix-grammar
...
fix grammar: subject-verb agreement
2022-07-29 14:49:52 -04:00
Radek Simko
ed1d856bdb
Update CHANGELOG.md
2022-07-29 10:50:44 +01:00
Radek Simko
c1fc7fd744
providercache: include host in provider installation error ( #31524 )
2022-07-29 10:50:05 +01:00
Radek Simko
038f3c762f
Update CHANGELOG.md
2022-07-29 10:25:04 +01:00
Radek Simko
b82eee6c9f
getproviders: account for occasionally missing Host header in errors ( #31542 )
2022-07-29 10:23:50 +01:00
Laura Pacilio
dfd00fc724
Address code review comments
2022-07-28 18:20:11 -04:00
Brandon Croft
c62e20c78f
Merge pull request #31507 from hashicorp/brandonc/output_cloud_reads
...
`terraform output` should adhere to Terraform Cloud authorization
2022-07-28 11:53:55 -06:00