Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add TF_STATE_DYNAMODB_TABLE for support state lock,
add TF_AUTO_APPLY_SAVED_PLAN for support apply saved plan,
add TF_VAR_terraform_state_location for pass state location to terraform (used for tags)
add -backend-config "encrypt=true",
add TF_SKIP_BACKEND_INIT for support skip backend init and increase the speed of running
add TF_DATA_DIR_PER_ENV for use TF_DATA_DIR function and store data for different env
add HASH_COMMAND for support different hash commands with sha1sum by default
replace VAR_FILE, OPTIONS with TF_CLI_ARGS_plan and TF_CLI_ARGS_apply
add tf.sh.env file support for overwriting defaults without change tf.sh file