Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the external data block in Terraform?
Home
Terraform
What is the external data block in Terraform?
0
votes
asked
Mar 7, 2023
in
Terraform
by
Robindeniel
What is the external data block in Terraform?
external-data-block
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 7, 2023
by
Robindeniel
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).
...