Replies: 2 comments
-
|
That sounds very interesting! I was also planning to add autoscaling at some point. You probably need the stored “finished” snapshot for this. But I'll have to take a closer look at the concept first. Having the option to deploy without snapshot is definitely great. I'll have a look at that. Unfortunately, the problem at the moment is a lack of time :/ |
Beta Was this translation helpful? Give feedback.
-
|
I took a look at it and it could actually be a cool solution, but we would have to use this provider, correct? The repository has very few stars and I would really like to only use popular providers here, because of security reasons. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With version
v0.6.0-alpha.2of the Talos provider, it exposes a schematic resource. paring this with building the snapshot directly with Terraform makes bootstrapping the snapshot easier.The provider does state the artifact does not store well in the Terraform state, but I think this is not too big of a deal. (One might be able to do keep it in state with data providers)
You can today abuse the fact that Terraform grabs a local copy of the repository, and use the packer module today.
Beta Was this translation helpful? Give feedback.
All reactions