Nathan Baulch
ea558d9d4b
Fix typos ( #1905 )
...
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
2024-08-29 13:20:33 -04:00
Christian Mesh
8f8e0aa4aa
Static Evaluation Base, Module Sources, Backend Config ( #1718 )
...
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Signed-off-by: Christian Mesh <cristianmesh1@gmail.com>
Co-authored-by: James Humphries <James@james-humphries.co.uk>
Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com>
2024-06-24 09:13:07 -04:00
kmoe
fbff64ad45
configs: remove import block duplicate id check ( #33434 )
2023-06-27 19:25:36 +01:00
CJ Horton
bd6ba6cf99
check for duplicate import blocks ( #33190 )
...
Importing to the same target address twice or importing the same ID
to multiple different resources of the same type is not allowed.
2023-05-12 23:14:44 +01:00
Alisdair McDiarmid
b9f3dab035
json-output: Release format version 1.0
2021-10-06 11:13:06 -04:00
Alisdair McDiarmid
cd29c3e5fd
Revert "json-output: Release format version 1.0"
2021-09-09 11:25:35 -04:00
Alisdair McDiarmid
b60f201eed
json-output: Release format version 1.0
2021-09-01 15:15:18 -04:00
Martin Atkins
ffe056bacb
Move command/ to internal/command/
...
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.
If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00