New Resource: alicloud_redis_global_security_ip_group, New Data Source: alicloud_redis_global_security_ip_groups - #10094
Open
api-tool-agent wants to merge 1 commit into
Conversation
api-tool-agent
force-pushed
the
worktree-84958261-kvstore-gsig
branch
4 times, most recently
from
August 1, 2026 10:30
b09ff33 to
b9a1695
Compare
…urce Add alicloud_redis_global_security_ip_group resource and alicloud_redis_global_security_ip_groups data source for managing Redis/Tair global security IP groups.
api-tool-agent
force-pushed
the
worktree-84958261-kvstore-gsig
branch
from
August 1, 2026 10:54
b9a1695 to
2a927e1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the
alicloud_redis_global_security_ip_groupresource andalicloud_redis_global_security_ip_groupsdata source for managing Redis/Tair (KVStore) global security IP groups.Resource: alicloud_redis_global_security_ip_group
CreateGlobalSecurityIPGroup,DescribeGlobalSecurityIPGroup,ModifyGlobalSecurityIPGroup+ModifyGlobalSecurityIPGroupName,DeleteGlobalSecurityIPGroupGlobalSecurityGroupIdglobal_ig_name(Required) — IP whitelist template nameg_ip_list(Required) — IP addresses in the whitelist templateresource_group_id(Optional, Computed) — resource group IDData Source: alicloud_redis_global_security_ip_groups
DescribeGlobalSecurityIPGroupand returns the list of global security IP groups, withids/engine/global_security_group_id/resource_group_idfilters.Test Results
Both acceptance tests pass with 100% attribute coverage.