Terraform Resources
Terraform resources are components within a Terraform configuration that represent infrastructure objects or services that need to be managed.
Terraform resource syntax
1 2 3 4 5 6 |
|
For example:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
Resource Types
Each resource is associated with a single resource type, which determines the kind of infrastructure object it manages and what arguments and other attributes the resource supports.