Resource Behavior

Contents

Roadmap info from [roadmap website](https://roadmap.sh/terraform/resource behavior@BgZu7Xao5GjR8StVL7qhM)

Resource behavior encompasses how resources are managed, created, updated, and destroyed according to the configuration specified in Terraform files. Each resource block specifies desired attributes, and Terraform ensures that the real-world infrastructure matches these specifications. If writing a configuration for the first time, the resources defined will only exist in the configuration and will not be reflected on the target platform until applied. When a configuration is applied, Terraform generates an execution plan, determining the actions required to reach the desired state, such as creating new resources, updating existing ones, or deleting resources no longer needed.

#ready #online #terraform #IaC #infrastructure