What are meta-arguments in Terraform?
Answer
Arguments that affect the lifecycle of a resources (its creation, modification, ...) and supported by Terraform regardless to the type of resource in which they are used.
Some examples:
- count: how many resources to create out of one definition of a resource
- lifecycle: how to treat resource creation or removal