Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
valid-files
/
data-sources.tf
blob: f14dffdac63a17beb95a2dacf7f5568d235b7af6 [
file
] [
log
] [
blame
]
data
"http"
"example1"
{
}
data
"http"
"example2"
{
url
=
"http://example.com/"
request_headers
=
{
"Accept"
=
"application/json"
}
count
=
5
depends_on
=
[
data
.
http
.
example1
,
]
}