Skip to content

Commit

Permalink
Switch to philips-labs/terraform-provider-unleash
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbhandarivs committed Oct 24, 2024
1 parent e9d3fdb commit 556a4a2
Show file tree
Hide file tree
Showing 10 changed files with 441 additions and 441 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export TERRAFORM_VERSION ?= 1.5.7
# licensed under BSL, which is not permitted.
TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAFORM_VERSION)\n1.6" | sort -V | head -n1`" ] && echo 1 || echo 0)

export TERRAFORM_PROVIDER_SOURCE ?= Unleash/unleash
export TERRAFORM_PROVIDER_REPO ?= https://github.com/Unleash/terraform-provider-unleash
export TERRAFORM_PROVIDER_VERSION ?= 1.3.0
export TERRAFORM_PROVIDER_SOURCE ?= philips-labs/unleash
export TERRAFORM_PROVIDER_REPO ?= https://github.com/philips-labs/terraform-provider-unleash
export TERRAFORM_PROVIDER_VERSION ?= 0.3.9
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-unleash
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://github.com/Unleash/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-unleash_1.3.0
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= ${TERRAFORM_PROVIDER_REPO}/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-unleash_0.3.9
export TERRAFORM_DOCS_PATH ?= docs/resources

PLATFORMS ?= linux_amd64 linux_arm64
Expand Down Expand Up @@ -178,7 +178,7 @@ CROSSPLANE_NAMESPACE = upbound-system
# This target requires the following environment variables to be set:
# - UPTEST_EXAMPLE_LIST, a comma-separated list of examples to test
# To ensure the proper functioning of the end-to-end test resource pre-deletion hook, it is crucial to arrange your resources appropriately.
# You can check the basic implementation here: https://github.com/crossplane/uptest/blob/main/internal/templates/03-delete.yaml.tmpl.
# You can check the basic implementation here: https://github.com/crossplane/uptest/blob/main/internal/unleashs/03-delete.yaml.tmpl.
# - UPTEST_CLOUD_CREDENTIALS (optional), multiple sets of AWS IAM User credentials specified as key=value pairs.
# The support keys are currently `DEFAULT` and `PEER`. So, an example for the value of this env. variable is:
# DEFAULT='[default]
Expand Down
61 changes: 36 additions & 25 deletions apis/api/v1alpha1/zz_generated.deepcopy.go

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

2 changes: 1 addition & 1 deletion apis/api/v1alpha1/zz_token_terraformed.go

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

109 changes: 59 additions & 50 deletions apis/api/v1alpha1/zz_token_types.go

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

Loading

0 comments on commit 556a4a2

Please sign in to comment.