True or False:
State is a requirement for Terraform to function.
Terraform requires some sort of database to map Terraform config to the real world. When you have a resource in your configuration, Terraform uses this map to know how that resource is represented. Therefore, to map configuration to resources in the real world, Terraform uses its own state structure.
Currently there are no comments in this discussion, be the first to comment!