Data Source: oci_osp_gateway_address

This data source provides details about a specific Address resource in Oracle Cloud Infrastructure Osp Gateway service.

Get the address by id for the compartment

Example Usage

data "oci_osp_gateway_address" "test_address" {
	#Required
	address_id = oci_osp_gateway_addres.test_addres.id
	compartment_id = var.compartment_id
	osp_home_region = var.address_osp_home_region
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: