terraform/internal/command/arguments
Kristin Laemmert 583859e510
commands: `terraform add` (#28874)
* command: new command, terraform add, generates resource templates

terraform add ADDRESS generates a resource configuration template with all required (and optionally optional) attributes set to null. This can optionally also pre-populate nonsesitive attributes with values from an existing resource of the same type in state (sensitive vals will be populated with null and a comment indicating sensitivity)

* website: terraform add documentation
2021-06-17 12:08:37 -04:00
..
add.go commands: `terraform add` (#28874) 2021-06-17 12:08:37 -04:00
add_test.go commands: `terraform add` (#28874) 2021-06-17 12:08:37 -04:00
apply.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
apply_test.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
default.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
extended.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
flags.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
output.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
output_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plan.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
plan_test.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
refresh.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
refresh_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
test_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
types.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
validate.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
validate_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
view.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
view_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00