0 votes
in Terraform by
What is the external data block in Terraform?

1 Answer

0 votes
by
The external data source allows an external programme to act as a data source by exposing arbitrary data for use elsewhere in the Terraform configuration by implementing a specific protocol (defined below).
...