Hello community,
I'm using Terraform to create instances with openstack provider but I'd like to know if it is possible to set the billing period as 'monthly' because by default it is set to 'hourly'
thank you
Jeremy
Public Cloud OVHcloud - Choose Billing period with terraform
Related questions
- Dimensionnement serveur MySQL
46454
07.11.2018 12:32
- [RESOLU] Connexion impossible en SSH
39011
05.06.2019 20:05
- Bonjour, Je n'est reçus aucun mot de passe root lors de mon achat!
34202
05.02.2018 20:47
- Gitlab private docker registry
34040
16.03.2018 13:05
- Ssh connection timed out port 22
33313
11.12.2019 08:21
- Configuration IP failover avec netplan (Ubuntu 17.10)
32855
12.01.2018 23:23
- Problème connexion ssh
32496
04.02.2018 09:46
- IP Failover sur Debian 9
32226
18.11.2016 20:40
- Instance Public Cloud en "error"
29938
15.12.2025 10:04
- Connexion OpenStack Swift Object Storage
25747
11.04.2019 10:09
Hello @JeremyH11
Not with terraform.
Only with OVH API.
The billing is managed by OVH and not Openstack.
Jalinn
Could you tell us which API endpoint exactly could be used for that usage ?
Replying to myself :
POST /cloud/project/{serviceName}/activateMonthlyBilling BetaActivate monthly billing on multiple instances
POST /cloud/project/{serviceName}/instance/{instanceId}/activeMonthlyBilling