This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
opentofu
Watch
3
Star
0
Fork
0
You've already forked opentofu
mirror of
https://github.com/opentofu/opentofu.git
synced
2024-12-28 01:41:48 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5fe848b642
opentofu
/
terraform
/
testdata
/
transform-provider-implicit-module
/
main.tf
11 lines
110 B
Terraform
Raw
Normal View
History
Unescape
Escape
test passing in implicitly used provider
2017-11-10 08:39:05 -06:00
provider
"
aws
"
{
alias
=
"
foo
"
}
module
"
mod
"
{
source
=
"
./mod
"
providers
=
{
core: Update test fixtures for ProviderTransformer tests Some of these tests were using an outdated form to reference a local directory as a module. While here, I also updated the provider references to the new unquoted form, which is preferred from v0.12 onwards.
2018-05-07 20:28:10 -05:00
aws
=
aws
.
foo
test passing in implicitly used provider
2017-11-10 08:39:05 -06:00
}
}
Reference in New Issue
Copy Permalink