aliyun / terraform-provider-alicloud

Terraform AliCloud provider
https://www.terraform.io/docs/providers/alicloud/
Mozilla Public License 2.0
590 stars 553 forks source link

[FEATURE REQUEST] PolarDb - Support attaching Security Group & Create custom endpoint to polardb cluster #2263

Closed yokzy88 closed 3 years ago

yokzy88 commented 4 years ago
  1. Need to support attaching Security Group to polardb cluster
  2. Need to support creating custom endpoint to polardb cluster

Terraform Version

Terraform v0.12.17

Affected Resource(s)

Please list the resources as a list, for example:

Expected Behavior

Should support attaching security group to polardb Should support creating custom endpoint to polardb

Actual Behavior

Currently attaching security group is unsupported Currently creating custom endpoint is unsupported

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply

References

  1. Attach security group API Reference Use WhitelistType attribute = SecurityGroup, and use SecurityGroupIds attribute to set the security group
  2. Create custom endpoint API Reference
xiaozhu36 commented 3 years ago

Hi @yokzy88 This feature has been supported in the version 1.128.0 and please refer to https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/polardb_cluster#security_group_ids.