Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
configs
/
testdata
/
valid-modules
/
with-mock-sources-inline
/
main.tftest.hcl
blob: 103b0461534b1c3dbce467a4c33b2523b4a9f886 [
file
] [
log
] [
blame
] [
edit
]
mock_provider
"aws"
{
source
=
"./testing/aws"
mock_resource
"aws_s3_bucket"
{
defaults
=
{
arn
=
"aws:s3:::bucket"
}
}
}
run
"test"
{}