It would be helpful to have a data source to determine the Triton datacenter currently in use. This data is used for Triton CNS (and potentially other items) so it would be great to make this data available via a data source.
I'm imagining usage like this:
data "triton_datacenter" "main" {
}
output "triton_datacenter_name" {
value = "${data.triton_datacenter.main.name}"
}
The attributes that I would to have from this data source are:
It would be helpful to have a data source to determine the Triton datacenter currently in use. This data is used for Triton CNS (and potentially other items) so it would be great to make this data available via a data source.
I'm imagining usage like this:
The attributes that I would to have from this data source are:
name
- ie. us-east-1endpoint
- ie. https://us-east-1.api.joyent.com/