Skip to content

Commit

Permalink
Merge pull request aliyun#52 from xiaozhu36/cdn
Browse files Browse the repository at this point in the history
 add new resource cdn domain
  • Loading branch information
zhuzhih2017 authored Dec 11, 2017
2 parents 32d4700 + aa7e555 commit 49befb7
Show file tree
Hide file tree
Showing 8 changed files with 1,134 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

IMPROVEMENTS:

- *New Resource*: _alicloud_cdn_domain_ [GH-52]
- *New Resource*: _alicloud_dns_ [GH-51]
- *New Resource*: _alicloud_dns_group_ [GH-51]
- *New Resource*: _alicloud_dns_record_ [GH-51]
Expand Down
1 change: 1 addition & 0 deletions alicloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func Provider() terraform.ResourceProvider {
"alicloud_ram_role_policy_attachment": resourceAlicloudRamRolePolicyAttachment(),
"alicloud_ram_group_policy_attachment": resourceAlicloudRamGroupPolicyAtatchment(),
"alicloud_container_cluster": resourceAlicloudContainerCluster(),
"alicloud_cdn_domain": resourceAlicloudCdnDomain(),
"alicloud_router_interface": resourceAlicloudRouterInterface(),
},

Expand Down
Loading

0 comments on commit 49befb7

Please sign in to comment.