Skip to content

Commit

Permalink
resource/alicloud_cr_ee_sync_rule: Refactored the resource alicloud_c…
Browse files Browse the repository at this point in the history
…r_ee_sync_rule; Added the field sync_rule_name, sync_trigger, target_user_id, repo_sync_rule_id, create_time, region_id; Deprecated the field name, rule_id
  • Loading branch information
MrWolong authored and ChenHanZhang committed Dec 27, 2024
1 parent fa17395 commit 9490b93
Show file tree
Hide file tree
Showing 5 changed files with 464 additions and 130 deletions.
2 changes: 1 addition & 1 deletion alicloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ func Provider() terraform.ResourceProvider {
"alicloud_cr_ee_instance": resourceAliCloudCrInstance(),
"alicloud_cr_ee_namespace": resourceAliCloudCrEENamespace(),
"alicloud_cr_ee_repo": resourceAliCloudCrEERepo(),
"alicloud_cr_ee_sync_rule": resourceAliCloudCrEESyncRule(),
"alicloud_cr_ee_sync_rule": resourceAliCloudCrRepoSyncRule(),
"alicloud_cdn_domain": resourceAlicloudCdnDomain(),
"alicloud_cdn_domain_new": resourceAliCloudCdnDomain(),
"alicloud_cdn_domain_config": resourceAliCloudCdnDomainConfig(),
Expand Down
Loading

0 comments on commit 9490b93

Please sign in to comment.