This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8a2eb95a42
terraform
/
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-24 00:11:57 +02:00
variable
"
bar
"
{
}
config: merge resources
2014-05-24 01:25:54 +02:00
config: support for provider configs
2014-05-26 03:05:18 +02:00
provider
"
aws
"
{
bar
=
"
baz
"
;
}
config: merge resources
2014-05-24 01:25:54 +02:00
resource
"
aws_security_group
"
"
db
"
{
}