terraform-provider-ovh
terraform-provider-ovh copied to clipboard
Terraform OVH provider
Hello there, Using ovh_domain_zone_record terraform is adding second A record instead of changing current one. My configuration for Azure: resource "ovh_domain_zone_record" "testip" { zone = var.domain_name subdomain = null fieldtype...
Adding 2 new resources : * ovh_cloud_project_gateway * ovh_cloud_project_gateway_interface
# Description Fix issue with cloud_project_failover_ip_attach when updating `routed_to` on a resource Fixes #xx (issue) ## Type of change Please delete options that are not relevant. - [x] Bug fix...
### Describe the bug We can't create a Public Cloud Project with Terraform from Github Actions with hashicorp/setup-terraform@v3 I have uploaded an example: https://github.com/aaurizon/ovh-project A simple code on https://github.com/aaurizon/ovh-project/blob/main/main.tf Runned...
### Documentation link https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/cloud_project_kube_oidc ### Description Example suggests this syntax (that is OK): ``` oidc_username_claim = "an-email" oidc_username_prefix = "ovh:" oidc_groups_claim = ["groups"] oidc_groups_prefix = "ovh:" oidc_required_claim = ["claim1=val1"] oidc_signing_algs...
### Description Currently, when using the ovh_cloud_project_network_private_subnet resource with no_gateway=false, I don't have the option to create an Internet Gateway and to associate it with the subnet. Also it is...
# Description Adds support for this route `/cloud/project/{serviceName}/instance/{instanceId}/activeMonthlyBilling` so that we can activate monthly billing instead of paying instances on a per hour basis. ## Type of change - [x]...
# Description This PR adds support for the /me/identity/provider routes of the API, which handle the configuration of SSO. ## Type of change Please delete options that are not relevant....
### Description Via the OVH "Web Cloud" configuration interface is it possible to enable/ disable DNSSEC settings for a given domain. As of version 0.35 the only DNSSEC related field...
### Description In order to correctly register our hosts into our inventory using Terraform, we would like to know if it would be possible to request (and even help for...