Data Source: oci_osp_gateway_address_rule

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

Get the address rule for the compartment based on the country code

Example Usage

data "oci_osp_gateway_address_rule" "test_address_rule" {
	#Required
	compartment_id = var.compartment_id
	country_code = var.address_rule_country_code
	osp_home_region = var.address_rule_osp_home_region
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: