Difference between revisions of "Terraform Associate cheatsheet"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
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</code> (defaults to 10)
+
* <code>[[terraform apply]] -paralelism=10</code> (defaults to 10)
  
<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>
  
 
<code>[[terraform init -migrate-state]]</code>
 
<code>[[terraform init -migrate-state]]</code>

Latest revision as of 09:37, 2 April 2023

  • 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 init -migrate-state

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

Terraform functions:

Files

Related[edit]

See also[edit]

Advertising: