Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from KscSDK/revert-2-master
Browse files Browse the repository at this point in the history
Revert "test"
  • Loading branch information
zhuxuanxuan23 authored Dec 30, 2020
2 parents f51d5b9 + 6b3f6e5 commit 5dd8ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ksyun/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ func Provider() terraform.ResourceProvider {
"ksyun_lb_register_backend_servers": dataSourceKsyunRegisterBackendServers(),
},
ResourcesMap: map[string]*schema.Resource{
"ksyun_eip": resourceKsyunEip(),
"ksyun_eip_associate": resourceKsyunEipAssociation(),
"ksyun_eip": resourceKsyunEip(),
"ksyun_eip_associate": resourceKsyunEipAssociation(),
//"ksyun_lb": resourceKsyunLb(),
"ksyun_healthcheck": resourceKsyunHealthCheck(),
"ksyun_lb_listener": resourceKsyunListener(),
Expand Down

0 comments on commit 5dd8ed8

Please sign in to comment.