Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
apply-ephemeral-variable
/
main.tf
blob: 7961a3b9a1abe2dd92f240323712c3d8773697ac [
file
] [
log
] [
blame
] [
edit
]
variable
"foo"
{
type
=
string
ephemeral
=
true
}
variable
"bar"
{
type
=
string
default
=
null
ephemeral
=
true
}
variable
"unused"
{
type
=
map
(
string
)
default
=
null
}
resource
"test_instance"
"foo"
{
ami
=
"bar"
}