Terraform Resources
- In terraform, "resources" are components that you want to manage
- For instance you can define an S3 bucket resource or an IAM user resource
- Different resources have different configuration parameters
- Some AWS components have more resources than you would think
- For instance, am IAM user with permissions might have:
- A policy document
- A policy
- A user
- A policy user attachment
13 / 18