Difference between revisions of "Terraform Associate cheatsheet"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
* [[Terraform activities]] | * [[Terraform activities]] | ||
* <code>[[splat]]</code> | * <code>[[splat]]</code> | ||
+ | * https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a | ||
== See also == | == See also == |
Revision as of 09:06, 17 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 list types identified by consecutive whole numbers, starting with zero.
lookup(map, key, default)
Files
Related
- Terraform activities
splat
- https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a
See also
Advertising: