Skip to content

Commit

Permalink
TF module v7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahm committed Oct 22, 2024
1 parent 45b1ac9 commit 5951e8c
Show file tree
Hide file tree
Showing 24 changed files with 2,787 additions and 770 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.3.3

export TERRAFORM_PROVIDER_SOURCE ?= castai/castai
export TERRAFORM_PROVIDER_REPO ?= https://github.com/castai/terraform-provider-castai
export TERRAFORM_PROVIDER_VERSION ?= 7.10.0
export TERRAFORM_PROVIDER_VERSION ?= 7.21.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-castai
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://releases.hashicorp.com/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-castai_v7.10.0
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-castai_v7.21.0
export TERRAFORM_DOCS_PATH ?= docs/resources


Expand Down
198 changes: 197 additions & 1 deletion apis/castai/v1alpha1/zz_autoscaler_types.go

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion apis/castai/v1alpha1/zz_eksclusterid_types.go

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

8 changes: 7 additions & 1 deletion apis/castai/v1alpha1/zz_eksuserarn_types.go

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

79 changes: 78 additions & 1 deletion apis/castai/v1alpha1/zz_evictoradvancedconfig_types.go

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

Loading

0 comments on commit 5951e8c

Please sign in to comment.