-
Notifications
You must be signed in to change notification settings - Fork 262
Improve Terraform Plugin #406
Comments
It would also be nice to have the ability to specify hostnames/datacenters/counts via terraform variables. Right now those are either hard coded in Infrakit's group.json, or auto-generated by Infrakit. |
@JacobFrericks - can you give me an example of your current config where these variables are hard coded? Just want to get an idea what a typical input might look like. Thanks. |
Here is my
Terraform handles variables like this:
Where you have a variable file that defines the variable name (ex: hostname) and the default value if the variable is missing. I'm not sure if you could do something similar or not. |
Another input would be running the
to:
|
@chungers, focusing on AWS, I'd also like to be able to create on a per-instance basis:
|
We noticed an issue with verbose terraform logging is applied. When we set I suspect that the buffer is full before the |
Terraform will not be able to remove the last member of a group because it requires at least a single As a workaround we can place a file like |
A few ideas:
type
field per struct). This makes it hard to specify a list of related resources necessary for the provisioning of the compute instance. For example, an instance could have a per-node SSH key or cert that need to be created and associated to the instance. The ability to specify a list of resources in the schema would make it possible to have terraform create them in one step.infrakit metadata cat _path_
@JacobFrericks
@ndegory
@linsun
The text was updated successfully, but these errors were encountered: