subcategory |
---|
Public Cloud Network |
Use this datasource to get a public cloud project Gateway Interface.
data "ovh_cloud_project_gateway_interface" "interface" {
service_name = "XXXXXX"
region = "GRA11"
id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx"
interface_id = "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyy"
}
The following arguments are supported:
service_name
- (Required) ID of the cloud projectregion
- (Required) Region of the gatewayid
- (Required) ID of the gatewayinterface_id
- (Required) ID of the interface
The following attributes are exported:
service_name
- ID of the cloud projectregion
- Region of the gatewayid
- ID of the gatewaysubnet_id
- ID of the subnet to addinterface_id
- ID of the interfaceip
- IP of the interfacenetwork_id
- Network ID of the interface