@@ -53,6 +53,8 @@ func Provider() terraform.ResourceProvider {
53
53
"ovh_iploadbalancing_vrack_networks" : dataSourceIpLoadbalancingVrackNetworks (),
54
54
"ovh_me_installation_template" : dataSourceMeInstallationTemplate (),
55
55
"ovh_me_installation_templates" : dataSourceMeInstallationTemplates (),
56
+ "ovh_me_ipxe_script" : dataSourceMeIpxeScript (),
57
+ "ovh_me_ipxe_scripts" : dataSourceMeIpxeScripts (),
56
58
"ovh_me_paymentmean_bankaccount" : dataSourceMePaymentmeanBankaccount (),
57
59
"ovh_me_paymentmean_creditcard" : dataSourceMePaymentmeanCreditcard (),
58
60
"ovh_me_ssh_key" : dataSourceMeSshKey (),
@@ -71,26 +73,27 @@ func Provider() terraform.ResourceProvider {
71
73
"ovh_cloud_network_private" : resourceCloudNetworkPrivate (),
72
74
"ovh_cloud_network_private_subnet" : resourceCloudNetworkPrivateSubnet (),
73
75
"ovh_cloud_user" : resourceCloudUser (),
74
- "ovh_dedicated_server_update" : resourceDedicatedServerUpdate (),
75
76
"ovh_dedicated_server_install_task" : resourceDedicatedServerInstallTask (),
76
77
"ovh_dedicated_server_reboot_task" : resourceDedicatedServerRebootTask (),
78
+ "ovh_dedicated_server_update" : resourceDedicatedServerUpdate (),
77
79
"ovh_domain_zone_record" : resourceOvhDomainZoneRecord (),
78
80
"ovh_domain_zone_redirection" : resourceOvhDomainZoneRedirection (),
79
81
"ovh_ip_reverse" : resourceOvhIpReverse (),
80
- "ovh_iploadbalancing_tcp_farm" : resourceIpLoadbalancingTcpFarm (),
81
- "ovh_iploadbalancing_tcp_farm_server" : resourceIpLoadbalancingTcpFarmServer (),
82
- "ovh_iploadbalancing_tcp_frontend" : resourceIpLoadbalancingTcpFrontend (),
83
82
"ovh_iploadbalancing_http_farm" : resourceIpLoadbalancingHttpFarm (),
84
83
"ovh_iploadbalancing_http_farm_server" : resourceIpLoadbalancingHttpFarmServer (),
85
84
"ovh_iploadbalancing_http_frontend" : resourceIpLoadbalancingHttpFrontend (),
86
85
"ovh_iploadbalancing_http_route" : resourceIPLoadbalancingRouteHTTP (),
87
86
"ovh_iploadbalancing_http_route_rule" : resourceIPLoadbalancingRouteHTTPRule (),
88
87
"ovh_iploadbalancing_refresh" : resourceIPLoadbalancingRefresh (),
88
+ "ovh_iploadbalancing_tcp_farm" : resourceIpLoadbalancingTcpFarm (),
89
+ "ovh_iploadbalancing_tcp_farm_server" : resourceIpLoadbalancingTcpFarmServer (),
90
+ "ovh_iploadbalancing_tcp_frontend" : resourceIpLoadbalancingTcpFrontend (),
89
91
"ovh_iploadbalancing_vrack_network" : resourceIPLoadbalancingVrackNetwork (),
90
92
"ovh_me_installation_template" : resourceMeInstallationTemplate (),
91
93
"ovh_me_installation_template_partition_scheme" : resourceMeInstallationTemplatePartitionScheme (),
92
- "ovh_me_installation_template_partition_scheme_partition" : resourceMeInstallationTemplatePartitionSchemePartition (),
93
94
"ovh_me_installation_template_partition_scheme_hardware_raid" : resourceMeInstallationTemplatePartitionSchemeHardwareRaid (),
95
+ "ovh_me_installation_template_partition_scheme_partition" : resourceMeInstallationTemplatePartitionSchemePartition (),
96
+ "ovh_me_ipxe_script" : resourceMeIpxeScript (),
94
97
"ovh_me_ssh_key" : resourceMeSshKey (),
95
98
"ovh_vrack_cloudproject" : resourceVrackCloudProject (),
96
99
"ovh_vrack_dedicated_server" : resourceVrackDedicatedServer (),
0 commit comments