Mastering Terraform lifecycle Meta Argument
In today’s blog post, we will cover terraform lifecycle meta argument with examples, types, usage, tips, and best practices. The lifecycle meta argument is used to control how terraform manages any configuration changes for a resource, module or data source block. Without a lifecycle defined, if terraform detects any change in the configuration vs actual, … Read more