Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
cloud
/
testdata
/
test-force-cancel
/
main.tf
blob: 1576a34b2a676358584453ba49cc193a8350f13f [
file
] [
log
] [
blame
] [
edit
]
variable
"input"
{
type
=
string
default
=
"Hello, world!"
}
resource
"time_sleep"
"wait_5_seconds"
{
create_duration
=
"5s"
}
resource
"tfcoremock_simple_resource"
"resource"
{
string
=
var
.
input
depends_on
=
[
time_sleep
.
wait_5_seconds
]
}