Releases: ovh/terraform-provider-ovh
v0.17.1
v0.17.0
🎉 Improvements:
- Adding failover IP address data and resource blocks for lookup and attachment to existing instances (#234)
🐜 BUG FIXES:
r/domain_zone_record
: fix panic when del. outside tf (#231)r/domain_zone_record
: dont raise error when deleting a missing resource (#232)r/cloud_project_network_private
: remove deprecated regions with mising regions_attributes (#238)r/cloud_project_kube
: correct the import method (#239)
📚Documentation:
r/cloud_project_kube
: Add missingid
attribute (#236)r/cloud_project_network_private
: fix & improve the list of exported attributes (#238)r/iploadbalancing_http_farm
: fixoko
tooco
typo (#243)r/iploadbalancing_tcp_farm
: fixoko
tooco
typo (#243)- Home Page: add OVH_ENDPOINT in alternative configuration of the provider (#244)
- Home Page: define the provider configuration for terraform CLI version 0.12- and 0.13+ (#248)
v0.16.0
Update CHANGELOG
v0.15.0
v0.14.0
IMPORTANT: This release introduces a new kind of resources which are able to order and terminate OVH products.
OVH products are generally not on demand products, and thus may generate heavy costs. To use these
resources, you have to register a default payment mean on your account. These resources are still in
beta, and should be used with care.
FEATURES:
- New Datasource:
d/dbaas_logs_input_engine
(#202) - New Datasource:
d/dbaas_logs_output_graylog_stream
(#202) - New Datasource:
d/ip_service
(#202) - New Datasource:
d/order_cart
(#202) - New Datasource:
d/order_cart_product
(#202) - New Datasource:
d/order_cart_product_options
(#202) - New Datasource:
d/order_cart_product_options_plan
(#202) - New Datasource:
d/order_cart_product_plan
(#202) - New Resource:
r/cloud_project
(#202) - New Resource:
r/dbaas_logs_input
(#202) - New Resource:
r/dbaas_logs_output_graylog_stream
(#202) - New Resource:
r/domain_zone
(#202) - New Resource:
r/ip_service
(#202) - New Resource:
r/iploadbalancing
(#202) - New Resource:
r/vrack
(#202) - New Resource:
r/vrack_ip
(#202)
Improvements:
v0.13.1
v0.13.0
BREAKING CHANGES:
OVH_VRACK_ID
and OVH_PROJECT_ID
environment variables support are removed in favor of OVH_VRACK_SERVICE
and OVH_CLOUD_PROJECT_SERVICE
. Accordingly, project_id
and vrack_id
arguments are removed from resources in favor of service_name
.
d/cloud_region
: removed (#193)d/cloud_regions
: removed (#193)r/cloud_private_network
: removed (#193)r/cloud_private_network_subnet
: removed (#193)r/cloud_user
: removed (#193)
Improvements:
- increase vrack task timeouts fomr 20m to 60m
BUG FIXES:
r/cloud_project_containerregistry
: fix region and plan_id arguments issue (#193)r/dedicated_server_install_task
: fix issue when OVH cleans its tasks database (#193)r/dedicated_server_reboot_task
: fix issue when OVH cleans its tasks database (#193)r/cloud_project_kube
: fix issue with empty version(#194)r/cloud_project_kube_nodepool
: fix issue with computed arguments- Documentation: fix typo (#191)
v0.12.0
FEATURES:
- New Datasource:
ovh_cloud_project_capabilities_containerregistry
(#184) - New Datasource:
ovh_cloud_project_capabilities_containerregistry_filter
(#184) - New Datasource:
ovh_cloud_project_containerregistries
(#184) - New Datasource:
ovh_cloud_project_containerregistry
(#184) - New Datasource:
ovh_cloud_project_containerregistry_users
(#184) - New Resource:
ovh_cloud_project_containerregistry
(#184) - New Resource:
ovh_cloud_project_containerregistry_user
(#184)
IMPROVEMENTS:
- Various documentation fixes, improvements. (#182, #185)
- Better handle error type casting for ovh api errors (#186)
- Add
private_network_id
andautoscale
arguments to ovh_cloud_project_kube resources.
(#189) - Add missing attributes to ovh_cloud_project_kube_nodepool resource.
(#189)
BUG FIXES:
- Updated the GPG key used to verify Terraform installs in response to the Terraform GPG key rotation. (#750)
cf Terraform Updates for HCSEC-2021-12
v0.11.0
v0.10.0
BREAKING CHANGES:
- d/publiccloud*: all datasources ovh_publiccloud_* are removed in favor of ovh_cloud_project_* (#175)
- r/publiccloud*: all resources ovh_publiccloud_* are removed in favor of ovh_cloud_project_* (#175)
NOTES/DEPRECATIONS:
- d/cloud*: all datasources ovh_cloud_* are deprecated in favor of ovh_cloud_project_* (#175)
- r/cloud*: all resources ovh_cloud_* are deprecated in favor of ovh_cloud_project_* (#175)
- d/cloud*: use service_name for identifier (#173)
- r/cloud*: use service_name for identifier (#173)
FEATURES:
- New Datasource:
ovh_me_identity_user
(#166) - New Datasource:
ovh_me_identity_users
(#166) - New Resource:
ovh_me_identity_user
(#166)
IMPROVEMENTS:
- enforce CheckDeleted on all resources read operations (#176)
- cicd acceptance tests now run on OVH CDS build system, travis-ci is removed (#174)
- migrate to new lib ovh/terraform-ovh-provider (#172)
- r/iploadbalancing*: add missing sweepers (#171)
- go-ovh lib: bump to v1.1.0 (#170)
- add freebsd support (#164)
- increase vrack task timeout to 20 minutes (#38b610e)
BUG FIXES: