Sobes.tech
Junior

What entities are specified in the Terraform manifest?

sobes.tech AI

Answer from AI

  • terraform: Terraform configuration parameters.
  • provider: Settings for the cloud infrastructure or service provider.
  • resource: Resources that Terraform should create, modify, or delete.
  • data: Data sources for obtaining information about existing resources.
  • module: Modules for reusing configurations.
  • variable: Input variables for parameterizing the configuration.
  • output: Output values displayed after applying the configuration.
  • locals: Local variables for storing intermediate values.
  • backend: Backend configuration for storing Terraform state.
  • provisioner: Actions performed on a local or remote machine after resource creation.
  • lifecycle: Resource lifecycle settings (ignoring changes, create before delete, etc.).