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
44656
07.11.2018 12:32
- [RESOLU] Connexion impossible en SSH
37314
05.06.2019 20:05
- Bonjour, Je n'est reçus aucun mot de passe root lors de mon achat!
32632
05.02.2018 20:47
- Gitlab private docker registry
32466
16.03.2018 13:05
- Ssh connection timed out port 22
31670
11.12.2019 08:21
- Configuration IP failover avec netplan (Ubuntu 17.10)
31223
12.01.2018 23:23
- Problème connexion ssh
30902
04.02.2018 09:46
- IP Failover sur Debian 9
30598
18.11.2016 20:40
- Instance Public Cloud en "error"
28126
15.12.2025 10:04
- Connexion OpenStack Swift Object Storage
24329
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