Difference between revisions of "Terraform Associate cheatsheet"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* [[Variables]]: the name of a variable can be any valid identifier except the following: <code>source, version, providers, count, for_each, lifecycle, depends_on, locals.</code> | * [[Variables]]: the name of a variable can be any valid identifier except the following: <code>source, version, providers, count, for_each, lifecycle, depends_on, locals.</code> | ||
− | + | <code>[[terraform apply]] -paralelism=10 (defaults to 10)</code> | |
− | + | <code>[[terraform workspace delete]] your-workspace [[terraform workspace list|Default]] workspace cannot be deleted.</code> | |
Revision as of 19:31, 27 February 2022
- Variables: the name of a variable can be any valid identifier except the following:
source, version, providers, count, for_each, lifecycle, depends_on, locals.
terraform apply -paralelism=10 (defaults to 10)
terraform workspace delete your-workspace Default workspace cannot be deleted.
See also
Advertising: