mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-23 10:37:51 -04:00
* 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 |
||
|---|---|---|
| .. | ||
| add.go | ||
| add_test.go | ||
| apply.go | ||
| apply_test.go | ||
| default.go | ||
| extended.go | ||
| flags.go | ||
| output.go | ||
| output_test.go | ||
| plan.go | ||
| plan_test.go | ||
| refresh.go | ||
| refresh_test.go | ||
| test.go | ||
| test_test.go | ||
| types.go | ||
| validate.go | ||
| validate_test.go | ||
| view.go | ||
| view_test.go | ||