Skip to content

Commit

Permalink
Merge pull request #42 from crossplane-contrib/tf-provider-1.33
Browse files Browse the repository at this point in the history
Tf provider 1.33
  • Loading branch information
displague authored Mar 29, 2024
2 parents 2fae237 + bc15243 commit 9cc8c90
Show file tree
Hide file tree
Showing 45 changed files with 2,264 additions and 744 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GOLANGCILINT_VERSION ?= 1.50.0
export TERRAFORM_VERSION := 1.3.1

export TERRAFORM_PROVIDER_SOURCE := equinix/equinix
export TERRAFORM_PROVIDER_VERSION := 1.20.0
export TERRAFORM_PROVIDER_VERSION := 1.33.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-equinix
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://releases.hashicorp.com/${TERRAFORM_PROVIDER_DOWNLOAD_NAME}/${TERRAFORM_PROVIDER_VERSION}
export TERRAFORM_NATIVE_PROVIDER_BINARY := ${TERRAFORM_PROVIDER_DOWNLOAD_NAME}_v${TERRAFORM_PROVIDER_VERSION}
Expand Down Expand Up @@ -121,7 +121,8 @@ pull-docs:
fi
@git -C "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)" sparse-checkout set "$(TERRAFORM_DOCS_PATH)"
@echo "Removing examples known to cause parser errors for examples-generated"
@rm -f "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_metal_port_vlan_attachment.md"
@rm -f "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_metal_port_vlan_attachment.md" \
"$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)/$(TERRAFORM_DOCS_PATH)/equinix_fabric_routing_protocol.md"

generate.init: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs

Expand Down
59 changes: 34 additions & 25 deletions apis/fabric/v1alpha1/zz_cloudrouter_types.go

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

Loading

0 comments on commit 9cc8c90

Please sign in to comment.