docs: add gitlab and ovh
This commit is contained in:
parent
3c2c4ef96d
commit
7a1161f233
3 changed files with 86 additions and 5 deletions
|
@ -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"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue