Difference between revisions of "Terraform Associate cheatsheet"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
<code>[[terraform workspace delete]] your-workspace [[terraform workspace list|Default]] workspace cannot be deleted.</code>
 
<code>[[terraform workspace delete]] your-workspace [[terraform workspace list|Default]] workspace cannot be deleted.</code>
  
[[terraform init -migrate-state]]
+
<code>[[terraform init -migrate-state]]</code>
  
 
[[Terraform list types]] identified by consecutive whole numbers, starting with zero.
 
[[Terraform list types]] identified by consecutive whole numbers, starting with zero.

Revision as of 06:56, 1 March 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.

terraform init -migrate-state

Terraform list types identified by consecutive whole numbers, starting with zero.

Terraform functions:

Files

Related

See also

Advertising: