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
ceedeb69a9
terraform
/
configs
/
configupgrade
/
test-fixtures
/
valid
/
noop
/
want
/
resources.tf
4 lines
40 B
Terraform
Raw
Normal View
History
Unescape
Escape
configupgrade: Beginnings of Upgrade function This function is the main functionality of this package. So far it just deals with detecting and renaming JSON files that are mislabeled as native syntax files. Other functionality will follow in later commits.
2018-03-10 20:44:05 +01:00
configs/configupgrade: Test that map attrs as blocks are fixed The old parser was forgiving in allowing the use of block syntax where a map attribute was expected, but the new parser is not (in order to allow for dynamic map keys, for expressions, etc) and so the upgrade tool must fix these to use attribute syntax.
2018-12-01 01:56:54 +01:00
resource
"
test_instance
"
"
example
"
{
configupgrade: Beginnings of Upgrade function This function is the main functionality of this package. So far it just deals with detecting and renaming JSON files that are mislabeled as native syntax files. Other functionality will follow in later commits.
2018-03-10 20:44:05 +01:00
}