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
2025-01-18 12:42:58 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1d6dc475df
opentofu
/
config
/
test-fixtures
/
import
/
one.tf
8 lines
101 B
Terraform
Raw
Normal View
History
Unescape
Escape
config: imports are relative to tf
2014-05-23 17:11:57 -05:00
variable
"
bar
"
{
}
config: merge resources
2014-05-23 18:25:54 -05:00
config: support for provider configs
2014-05-25 20:05:18 -05:00
provider
"
aws
"
{
bar
=
"
baz
"
;
}
config: merge resources
2014-05-23 18:25:54 -05:00
resource
"
aws_security_group
"
"
db
"
{
}
Reference in New Issue
Copy Permalink