Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzabcodecraft committed Nov 24, 2023
1 parent f81956a commit 5760287
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 420 deletions.
10 changes: 5 additions & 5 deletions coxedge/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ func Provider() *schema.Provider {
"coxedge_organizations_billing_info": dataSourceOrganizationBillingInfo(),
"coxedge_environments": dataSourceEnvironment(),
"coxedge_images": dataSourceImage(),
"coxedge_origin_settings": dataSourceOriginSetting(),
//"coxedge_origin_settings": dataSourceOriginSetting(),
"coxedge_roles": dataSourceRoles(),
"coxedge_workload_instances": dataWorkloadInstances(),
"coxedge_vpcs": dataSourceVPCs(),
"coxedge_subnets": dataSourceSubnets(),
"coxedge_routes": dataSourceRoutes(),
},
ResourcesMap: map[string]*schema.Resource{
"coxedge_cdn_purge": resourceCDNPurgeResource(),
"coxedge_cdn_settings": resourceCDNSettings(),
"coxedge_delivery_domain": resourceDeliveryDomain(),
//"coxedge_cdn_purge": resourceCDNPurgeResource(),
//"coxedge_cdn_settings": resourceCDNSettings(),
//"coxedge_delivery_domain": resourceDeliveryDomain(),
"coxedge_environment": resourceEnvironment(),
"coxedge_firewall_rule": resourceFirewallRule(),
"coxedge_network_policy_rule": resourceNetworkPolicyRule(),
"coxedge_origin_setting": resourceOriginSettings(),
//"coxedge_origin_setting": resourceOriginSettings(),
"coxedge_script": resourceScript(),
//"coxedge_site": resourceSite(),
"coxedge_user": resourceUser(),
Expand Down
71 changes: 0 additions & 71 deletions docs/data-sources/origin_settings.md

This file was deleted.

83 changes: 0 additions & 83 deletions docs/resources/cdn_purge.md

This file was deleted.

104 changes: 0 additions & 104 deletions docs/resources/cdn_settings.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs/resources/delivery_domain.md

This file was deleted.

Loading

0 comments on commit 5760287

Please sign in to comment.