Skip to content

Commit

Permalink
Bumping up terraform provider version to v0.22.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Sivaanand Murugesan <[email protected]>
  • Loading branch information
SivaanandM committed Nov 11, 2024
1 parent 139c6e9 commit b43a115
Show file tree
Hide file tree
Showing 30 changed files with 2,411 additions and 18 deletions.
14 changes: 12 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
export TERRAFORM_VERSION := 1.3.3
export TERRAFORM_PROVIDER_SOURCE := spectrocloud/spectrocloud
export TERRAFORM_PROVIDER_REPO := https://github.com/spectrocloud/terraform-provider-spectrocloud
export TERRAFORM_PROVIDER_VERSION := 0.21.6
export TERRAFORM_PROVIDER_VERSION := 0.22.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-spectrocloud
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-spectrocloud_$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_DOCS_PATH := docs/resources
Expand Down Expand Up @@ -195,9 +195,19 @@ local-deploy: build controlplane.up local.xpkg.deploy.provider.$(PROJECT_NAME)
@$(KUBECTL) -n upbound-system wait --for=condition=Available deployment --all --timeout=5m
@$(OK) running locally built provider

# Directory to delete before setup
WORK_DIR := .work

# Delete the specified directory if it exists
clean-work:
@if [ -d "$(WORK_DIR)" ]; then \
echo "Deleting $(WORK_DIR) directory..."; \
rm -rf $(WORK_DIR); \
fi

e2e: local-deploy uptest

.PHONY: cobertura submodules fallthrough run crds.clean
.PHONY: clean-work cobertura submodules fallthrough run crds.clean

# ====================================================================================
# Special Targets
Expand Down
67 changes: 61 additions & 6 deletions apis/cluster/v1alpha1/zz_edgenative_types.go

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

93 changes: 93 additions & 0 deletions apis/cluster/v1alpha1/zz_generated.deepcopy.go

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

10 changes: 10 additions & 0 deletions apis/cluster/v1alpha1/zz_vsphere_types.go

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

Loading

0 comments on commit b43a115

Please sign in to comment.