Skip to content

Commit

Permalink
Merge pull request #32 from crossplane-contrib/provider-1.18.0
Browse files Browse the repository at this point in the history
TF Equinix Provider 1.18.0
  • Loading branch information
displague authored Oct 25, 2023
2 parents c0f0491 + 9c58cc9 commit 17faf43
Show file tree
Hide file tree
Showing 48 changed files with 4,851 additions and 1,263 deletions.
6 changes: 5 additions & 1 deletion 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.13.0
export TERRAFORM_PROVIDER_VERSION := 1.18.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 @@ -120,6 +120,10 @@ pull-docs:
git clone -c advice.detachedHead=false --depth 1 --filter=blob:none --branch "v$(TERRAFORM_PROVIDER_VERSION)" --sparse "$(TERRAFORM_PROVIDER_REPO)" "$(WORK_DIR)/$(TERRAFORM_PROVIDER_SOURCE)"; \
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"

generate.init: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs

generate.init: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs

Expand Down
258 changes: 258 additions & 0 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 17faf43

Please sign in to comment.