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