Skip to content

Commit

Permalink
Merge pull request #13 from crossplane-contrib/tmp-dir
Browse files Browse the repository at this point in the history
fix terraform provider extraction in controller image
  • Loading branch information
displague authored Oct 2, 2022
2 parents 9a80c8d + 4f45535 commit dd2e673
Show file tree
Hide file tree
Showing 45 changed files with 2,161 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/crossplane-contrib/provider-jet-template
local-prefixes: github.com/crossplane-contrib/provider-jet-equinix

gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ PROJECT_NAME := provider-jet-equinix
PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
GOLANGCILINT_VERSION ?= 1.48.0

export TERRAFORM_VERSION := 1.2.9
export TERRAFORM_VERSION := 1.3.1

export TERRAFORM_PROVIDER_SOURCE := equinix/equinix
export TERRAFORM_PROVIDER_VERSION := 1.9.0
export TERRAFORM_PROVIDER_VERSION := 1.10.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-equinix
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://releases.hashicorp.com/terraform-provider-equinix/1.9.0
#export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-null_v3.1.0_x5
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}

PLATFORMS ?= linux_amd64 linux_arm64

Expand Down
11 changes: 9 additions & 2 deletions apis/metal/v1alpha1/zz_bgpsession_types.go

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

4 changes: 2 additions & 2 deletions apis/metal/v1alpha1/zz_connection_types.go

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

11 changes: 9 additions & 2 deletions apis/metal/v1alpha1/zz_devicenetworktype_types.go

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

29 changes: 25 additions & 4 deletions apis/metal/v1alpha1/zz_gateway_types.go

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

Loading

0 comments on commit dd2e673

Please sign in to comment.