terraform { required_providers { ovh = { source = "ovh/ovh" } } } provider "ovh" { endpoint = "ovh-eu" application_key = var.ovh_app_key application_secret = var.ovh_app_secret consumer_key = var.ovh_consumer_key }