Skip to content

Commit

Permalink
feat(upgrade): upgrade terraform provider to v0.40.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: ISMAIL KABOUBI <ismail.kaboubi-extern@renault.com>
  • Loading branch information
smileisak and ISMAIL KABOUBI authored Mar 21, 2024
1 parent 6d17f74 commit 201ae92
Show file tree
Hide file tree
Showing 35 changed files with 2,858 additions and 42 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.39.0
export TERRAFORM_PROVIDER_VERSION ?= 0.40.0
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.39.0
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ovh_v0.40.0
export TERRAFORM_DOCS_PATH ?= website/docs


Expand Down
3 changes: 3 additions & 0 deletions apis/additionalip/v1alpha1/zz_generated.conversion_hubs.go

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

292 changes: 291 additions & 1 deletion apis/additionalip/v1alpha1/zz_generated.deepcopy.go

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

Loading

0 comments on commit 201ae92

Please sign in to comment.