Sign in
third-party-mirror
/
terraform
/
56211c3533159ce6f2744b2cb7c0b52d44afcd27
/
.
/
v1.5.7
/
internal
/
command
/
testdata
/
plan-provider-input
/
main.tf
blob: 4211ba3524620f45c52adbdc15c2a8725cdda332 [
file
] [
log
] [
blame
]
variable
"users"
{
default
=
{
one
=
"onepw"
two
=
"twopw"
}
}
provider
"test"
{
url
=
"example.com"
dynamic
"auth"
{
for_each
=
var
.
users
content
{
user
=
auth
.
key
password
=
auth
.
value
}
}
}
resource
"test_instance"
"test"
{}