Skip to content

Commit

Permalink
Add st-alicloud_ram_policy resource.
Browse files Browse the repository at this point in the history
Co-authored-by: xiaotongwong <[email protected]>
  • Loading branch information
WongXiaoTong and xiaotongwong authored Jun 29, 2023
1 parent dd43ab0 commit ea29f27
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ scenario. The reason behind every resources and data sources are stated as below
will remove all other attached users for the target group, which may cause a
problem where Terraform may delete those users attached outside from Terraform.
- **st-alicloud_ram_policy**
This resource is designed to handle policy content that exceeds the limit of 6144 characters.
It provides functionality to create policies by splitting the content into smaller segments that fit within the limit,
enabling the management and combination of these segments to form the complete policy. Finally, the policy will be attached to the relevant user.
### Data Sources
- **st-alicloud_ddoscoo_domain_resources**
Expand Down
1 change: 1 addition & 0 deletions alicloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,5 +306,6 @@ func (p *alicloudProvider) Resources(_ context.Context) []func() resource.Resour
NewAliDnsRecordWeightResource,
NewAliDnsGtmInstanceResource,
NewRamUserGroupAttachmentResource,
NewRamPolicyResource,
}
}
Loading

0 comments on commit ea29f27

Please sign in to comment.