terraform-provider-softlayer
terraform-provider-softlayer copied to clipboard
New Terraform resource : Quote
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 Why do you need this?
A quote can be implemented as a terraform data source. Then, it will fetch parameters for a resource definition and the price.