docs: add gitlab and ovh

This commit is contained in:
Iain Learmonth 2022-05-01 15:35:34 +01:00
parent 3c2c4ef96d
commit 7a1161f233
3 changed files with 86 additions and 5 deletions

View file

@ -10,7 +10,6 @@ class BridgeOvhAutomation(BridgeAutomation):
"ovh_cloud_application_key",
"ovh_cloud_application_secret",
"ovh_cloud_consumer_key",
"ovh_cloud_project_service",
"ovh_openstack_user",
"ovh_openstack_password",
"ovh_openstack_tenant_id",
@ -55,7 +54,7 @@ class BridgeOvhAutomation(BridgeAutomation):
}
data "ovh_cloud_project_regions" "regions" {
service_name = "{{ ovh_cloud_project_service }}"
service_name = "{{ ovh_openstack_tenant_id }}"
has_services_up = ["instance"]
}