alicloud_rds_collation_time_zones

更新时间:2025-04-02 00:29:40

Operation to query the character set collations and time zones available for use in ApsaraDB RDS.

-> NOTE: Available in v1.198.0+.

Example Usage

Basic Usage

data "alicloud_rds_collation_time_zones" "zones" {
  output_file = "./classes.txt"
}

output "first_rds_collation_time_zones" {
  value = data.alicloud_rds_collation_time_zones.zones.collation_time_zones.0
}

Argument Reference

The following arguments are supported:

  • output_file - (Optional) File name where to save data source results (after running terraform apply).

Argument Reference

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

  • ids - A list of time zones.
  • collation_time_zones - An array that consists of the character set collations and time zones that are available for use in ApsaraDB RDS.
    • description - The code of the instance type.
    • standard_time_offset - The offset of the UTC time. The offset is in the following format: (UTC+HH:mm).
    • time_zone - The time zone that is available for use in ApsaraDB RDS.

  • 本页导读 (1)
  • Example Usage
  • Argument Reference
  • Argument Reference
AI助理

点击开启售前

在线咨询服务

你好,我是AI助理

可以解答问题、推荐解决方案等