Difference between revisions of "Terraform Associate cheatsheet"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
  
 
* <code>[[TF_VAR_]]</code>
 
* <code>[[TF_VAR_]]</code>
 +
 +
 +
[[Terraform functions]]
 +
* <code>lookup(map, key, default)</code>
  
 
== See also ==
 
== See also ==

Revision as of 21:58, 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.

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


Terraform functions

  • lookup(map, key, default)

See also

Advertising: