terraform-provider-softlayer icon indicating copy to clipboard operation
terraform-provider-softlayer copied to clipboard

New Terraform resource : Quote

Open steven4ibm opened this issue 7 years ago • 2 comments

Hi,

I would like to provision infrastructures (monthly bare metals or others) based on their quote.

It is simple to parameter in Terraform : only the quoteId, the quantity, the hostname, the domain, the VLAN (optional) and the post-provisioning script (optional) are needed. You can prepare and check your device configuration using the web portal. The quote fixes the price of the configuration and handles configuration discount.

Regards, Steven

steven4ibm avatar May 22 '17 10:05 steven4ibm

@steven4ibm Why do you need this?

renier avatar May 22 '17 15:05 renier

A quote can be implemented as a terraform data source. Then, it will fetch parameters for a resource definition and the price.

minsikl avatar May 26 '17 13:05 minsikl