alicloud_instance_keywords

Operation to query the reserved keywords of an ApsaraDB RDS instance. The reserved keywords cannot be used for the usernames of accounts or the names of databases.

Example Usage

data "alicloud_instance_keywords" "resources" {
  key         = "account"
  output_file = "./classes.txt"
}

output "account_keywords" {
  value = "${data.alicloud_instance_keywords.resources.keywords.0}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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