alicloud_db_instance_engines

This data source provides the RDS instance engines resource available info of Alibaba Cloud.

Example Usage

data "alicloud_db_instance_engines" "resources" {
  instance_charge_type = "PostPaid"
  engine               = "MySQL"
  engine_version       = "5.6"
  output_file          = "./engines.txt"
}

output "first_db_category" {
  value = "${data.alicloud_db_instance_engines.resources.instance_engines.0.category}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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