Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
valid-modules
/
override-variable
/
a_override.tf
blob: 6ec4d1ef3b39354bb5cac03cfba84318f81842d6 [
file
] [
log
] [
blame
]
variable
"fully_overridden"
{
default
=
"a_override"
description
=
"a_override description"
type
=
string
}
variable
"partially_overridden"
{
default
=
"a_override partial"
}