alicloud_mongodb_sharding_network_public_addresses

This data source provides the Mongodb Sharding Network Public Addresses of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_mongodb_sharding_network_public_addresses" "example" {
  db_instance_id = "example_value"
  node_id        = "example_value"
  role           = "Primary"
}
output "mongodb_sharding_network_public_address_db_instance_id_1" {
  value = data.alicloud_mongodb_sharding_network_public_addresses.example.addresses.0.db_instance_id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: