Skip to content

Commit

Permalink
feat(upgrade): Upgrade ovh terraform module to version 0.36.1 (#9)
Browse files Browse the repository at this point in the history
* feat(upgrade): Upgrade ovh terraform module to version 0.36.1

* feat(upgrade): examples for the new resources
  • Loading branch information
smileisak authored Jan 18, 2024
1 parent a0ff009 commit fe69860
Show file tree
Hide file tree
Showing 34 changed files with 2,137 additions and 177 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export TERRAFORM_VERSION ?= 1.2.1

export TERRAFORM_PROVIDER_SOURCE ?= ovh/ovh
export TERRAFORM_PROVIDER_REPO ?= https://github.com/ovh/terraform-provider-ovh
export TERRAFORM_PROVIDER_VERSION ?= 0.35.0
export TERRAFORM_PROVIDER_VERSION ?= 0.36.1
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-ovh
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://releases.hashicorp.com/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ovh_v0.35.0
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ovh_v0.36.1
export TERRAFORM_DOCS_PATH ?= website/docs


Expand Down
16 changes: 1 addition & 15 deletions apis/dedicatedserver/v1alpha1/zz_servernetworking_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions apis/dns/v1alpha1/zz_zone_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe69860

Please sign in to comment.