-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Region dimension is getting split into 2 dimensions: Region ID and Region Name. This is the change to set up Region ID dimension. --------- Co-authored-by: Sanjna Srivatsa <132018371+SanjnaSrivatsaVMware@users.noreply.github.com> Co-authored-by: Udam Dewaraja <udam@finops.org> Co-authored-by: Christopher Harris <cnharris@gmail.com> Co-authored-by: Larry Advey <ljadvey@twilio.com>
- Loading branch information
1 parent
4dfd4f1
commit b9a3982
Showing
4 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Region | ||
|
||
A Region ID is a provider-assigned identifier for an isolated geographic area where a [*resource*](#glossary:resource) is provisioned or a [*service*](#glossary:service) is provided. The region is commonly used for scenarios like analyzing cost and unit prices based on where *resources* are deployed. | ||
|
||
RegionId MUST be present in the billing data and MUST be of type String. RegionId MUST NOT be null when a *resource* or *service* is operated in or managed from a distinct region. RegionId values MUST be consistent within the provider and MUST be the same values used to indicate the region when provisioning or purchasing the *resource* or *service*. | ||
|
||
## Column ID | ||
|
||
RegionId | ||
|
||
## Display name | ||
|
||
Region ID | ||
|
||
## Description | ||
|
||
Provider-assigned identifier for an isolated geographic area where a *resource* is provisioned or a *service* is provided | ||
|
||
## Content constraints | ||
|
||
| Constraint | Value | | ||
|-----------------|-----------------| | ||
| Column type | Dimension | | ||
| Column Required | True | | ||
| Allows nulls | True | | ||
| Data type | String | | ||
| Value format | \<not specified> | | ||
|
||
## Introduced (version) | ||
|
||
0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters