Skip to content

Commit

Permalink
removed Edge Compute
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzabcodecraft committed Jan 8, 2024
1 parent 37b1ddd commit e37604c
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 828 deletions.
20 changes: 10 additions & 10 deletions coxedge/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ func Provider() *schema.Provider {
"coxedge_organizations": dataSourceOrganization(),
"coxedge_organizations_billing_info": dataSourceOrganizationBillingInfo(),
"coxedge_environments": dataSourceEnvironment(),
"coxedge_images": dataSourceImage(),
//"coxedge_images": dataSourceImage(),
//"coxedge_origin_settings": dataSourceOriginSetting(),
"coxedge_roles": dataSourceRoles(),
"coxedge_workload_instances": dataWorkloadInstances(),
"coxedge_vpcs": dataSourceVPCs(),
"coxedge_subnets": dataSourceSubnets(),
"coxedge_routes": dataSourceRoutes(),
//"coxedge_workload_instances": dataWorkloadInstances(),
//"coxedge_vpcs": dataSourceVPCs(),
//"coxedge_subnets": dataSourceSubnets(),
//"coxedge_routes": dataSourceRoutes(),
"coxedge_baremetal_devices": dataSourceBareMetalDevice(),
"coxedge_baremetal_device_charts": dataSourceBareMetalDeviceCharts(),
"coxedge_baremetal_device_sensors": dataSourceBareMetalDeviceSensors(),
Expand All @@ -49,16 +49,16 @@ func Provider() *schema.Provider {
//"coxedge_delivery_domain": resourceDeliveryDomain(),
"coxedge_environment": resourceEnvironment(),
//"coxedge_firewall_rule": resourceFirewallRule(),
"coxedge_network_policy_rule": resourceNetworkPolicyRule(),
//"coxedge_network_policy_rule": resourceNetworkPolicyRule(),
//"coxedge_origin_setting": resourceOriginSettings(),
//"coxedge_script": resourceScript(),
//"coxedge_site": resourceSite(),
"coxedge_user": resourceUser(),
//"coxedge_waf_settings": resourceWAFSettings(),
"coxedge_workload": resourceWorkload(),
"coxedge_vpc": resourceVPC(),
"coxedge_subnet": resourceSubnet(),
"coxedge_route": resourceRoute(),
//"coxedge_workload": resourceWorkload(),
//"coxedge_vpc": resourceVPC(),
//"coxedge_subnet": resourceSubnet(),
//"coxedge_route": resourceRoute(),
"coxedge_baremetal_devices": resourceBareMetalDevices(),
"coxedge_baremetal_device": resourceBareMetalDevice(),
"coxedge_baremetal_device_ipmi": resourceBareMetalDeviceIPMI(),
Expand Down
40 changes: 0 additions & 40 deletions docs/data-sources/images.md

This file was deleted.

60 changes: 0 additions & 60 deletions docs/data-sources/routes.md

This file was deleted.

60 changes: 0 additions & 60 deletions docs/data-sources/subnets.md

This file was deleted.

89 changes: 0 additions & 89 deletions docs/data-sources/vpcs.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/data-sources/workload_instances.md

This file was deleted.

Loading

0 comments on commit e37604c

Please sign in to comment.