Data Sources - Configuration Language - Terraform by HashiCorp - 0 views
-
refer to this resource from elsewhere in the same Terraform module, but has no significance outside of the scope of a module.
-
A data block requests that Terraform read from a given data source ("aws_ami") and export the result under the given local name ("example").
-
A data source is accessed via a special kind of resource known as a data resource