Skip to content

Commit

Permalink
Generate resources
Browse files Browse the repository at this point in the history
Signed-off-by: Jean du Plessis <[email protected]>
  • Loading branch information
jeanduplessis committed Oct 14, 2024
1 parent 2b8aa61 commit 8821bee
Show file tree
Hide file tree
Showing 49 changed files with 7,051 additions and 332 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAF

export TERRAFORM_PROVIDER_SOURCE ?= Azure/azapi
export TERRAFORM_PROVIDER_REPO ?= https://github.com/Azure/terraform-provider-azapi
export TERRAFORM_PROVIDER_VERSION ?= 2.0.0-beta
export TERRAFORM_PROVIDER_VERSION ?= 1.12.1
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-azapi
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://github.com/Azure/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/releases/download/$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-azapi_v2.0.0-beta
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-azapi_v1.12.1
export TERRAFORM_DOCS_PATH ?= docs/resources

PLATFORMS ?= linux_amd64 linux_arm64
Expand Down
129 changes: 129 additions & 0 deletions apis/resource/v1alpha1/zz_dataplaneresource_terraformed.go

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

179 changes: 179 additions & 0 deletions apis/resource/v1alpha1/zz_dataplaneresource_types.go

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

19 changes: 19 additions & 0 deletions apis/resource/v1alpha1/zz_generated.conversion_hubs.go

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

Loading

0 comments on commit 8821bee

Please sign in to comment.