terraform-provider-stackit
terraform-provider-stackit copied to clipboard
Create Computing Instance is missing
Hi, I was not able to find a possibility to create a computing instance via Terraform. Is it just missing the example or is it really not possible to create a VM via Terraform? If so, will it be possible at some point in the future? Thanks :)
Hi @JonathanDeul ,
this is not supported by our official terraform provider yet. But we are on it to make it possible.
In the meantime you can use the terraform-provider-openstack in conjunction with our STACKIT Infrastructure API to automate VM creation in your projects.
Hi, tanks for the recommendation!