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
Choose Billing period with terraform
Related questions
- Dimensionnement serveur MySQL
43721
07.11.2018 12:32
- [RESOLU] Connexion impossible en SSH
36699
05.06.2019 20:05
- Bonjour, Je n'est reçus aucun mot de passe root lors de mon achat!
32075
05.02.2018 20:47
- Gitlab private docker registry
31958
16.03.2018 13:05
- Ssh connection timed out port 22
30751
11.12.2019 08:21
- Configuration IP failover avec netplan (Ubuntu 17.10)
30511
12.01.2018 23:23
- Problème connexion ssh
29814
04.02.2018 09:46
- IP Failover sur Debian 9
29740
18.11.2016 20:40
- Instance Public Cloud en "error"
27165
15.12.2025 10:04
- Connexion OpenStack Swift Object Storage
23733
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