Works like a charm! :)

On Mon, Jan 23, 2023 at 10:44 AM Stephan Bienek <[email protected]>
wrote:

> Hi Jordan,
>
> it actually works but not too great documented.
> Use the following example:
>
> resource "cloudstack_instance" "web" {
>   name             = "server-1"
>   service_offering = "custom"
>   network_id       = "c4a3303c-376d-4d56-b336-1bd91cb130b6"
>   template         = "d4c2f9c6-1d18-11ec-9173-50eb7122da94"
>   zone             = "d4a81f75-5d92-415e-ab59-e85cc2ce56d9"
>   details = {"cpuNumber" = "2", "memory" = "500"}
> }
>
> Best regards,
> Stephan
>
> > jordan j <[email protected]> hat am 23.01.2023 08:42 CET geschrieben:
> >
> >
> > Dear everyone,
> >
> > I started playing with the Terraform provider. I noticed that there is no
> > way to choose custom resource values as my Compute Offering is custom. Is
> > there a way or that feature is not developed? Any advice is appreciated!
> >
> > Regard,
> > Jordan
>

Reply via email to