Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
testing
/
equivalence-tests
/
tests
/
basic_multiline_string_update
/
main.tf
blob: c3bbaaa8bfb633d33f184af0a1f1d72e822266d0 [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
tfcoremock
=
{
source
=
"hashicorp/tfcoremock"
version
=
"0.1.1"
}
}
}
provider
"tfcoremock"
{}
resource
"tfcoremock_simple_resource"
"multiline"
{
string
=
"one\nthree\ntwo\nfour\nsix\nseven"
}