» Data Source: oci_identity_region_subscriptions
This data source provides the list of Region Subscriptions in Oracle Cloud Infrastructure Identity service.
Lists the region subscriptions for the specified tenancy.
» Example Usage
data "oci_identity_region_subscriptions" "test_region_subscriptions" {
#Required
tenancy_id = "${oci_identity_tenancy.test_tenancy.id}"
}
» Argument Reference
The following arguments are supported:
-
tenancy_id
- (Required) The OCID of the tenancy.
» Attributes Reference
The following attributes are exported:
-
region_subscriptions
- The list of region_subscriptions.
» RegionSubscription Reference
The following attributes are exported:
-
is_home_region
- Indicates if the region is the home region or not. -
region_key
- The region's key.Allowed values are:
-
region_name
- The region's name.Allowed values are:
-
state
- The region subscription state.