文档中心 Terraform Provider参考 Redis Data Sources redis_security_groups

redis_security_groups

最近更新时间:2020-11-03 10:53:28

This data source provides a list of redis security group resources according to their security Group Id, name, description they belong to .

Example Usage

# Get redis security groups
data "ksyun_redis_security_groups" "default" {
  output_file       = "output_result1"
}

Argument Reference

The following arguments are supported:

The following arguments are supported:

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

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • instances` - It is a nested type which documented below.
  • total_count - Total number of Redis security groups that satisfy the condition.
上一篇:redis_instances
下一篇:Redis Resources
以上内容是否对您有帮助?
有帮助
没帮助