terraform: todo

This commit is contained in:
Mitchell Hashimoto 2014-06-03 16:12:35 -07:00
parent 45c168bb5b
commit 8af8ecca20
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ func New(c *Config) (*Terraform, error) {
}
}
// TODO(mitchellh): variables that are unknown
// Go through each resource and match it up to a provider
mapping := make(map[*config.Resource]ResourceProvider)
providers := make(map[string]ResourceProvider)