Skip to content

Commit

Permalink
Merge pull request #52 from turkenf/update-tf-provider-2.38.0
Browse files Browse the repository at this point in the history
Bump Terraform provider version to v2.38.0
  • Loading branch information
turkenf committed May 12, 2023
2 parents 390d3b7 + 83386f4 commit 3ae7156
Show file tree
Hide file tree
Showing 9 changed files with 420 additions and 15 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export TERRAFORM_VERSION := 1.2.1

export TERRAFORM_PROVIDER_SOURCE := hashicorp/azuread
export TERRAFORM_PROVIDER_REPO := https://github.com/hashicorp/terraform-provider-azuread
export TERRAFORM_PROVIDER_VERSION := 2.36.0
export TERRAFORM_PROVIDER_VERSION := 2.38.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-azuread
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-azuread_v$(TERRAFORM_PROVIDER_VERSION)_x5
export TERRAFORM_DOCS_PATH := docs/resources
Expand Down Expand Up @@ -136,6 +136,11 @@ generate.init: $(TERRAFORM_PROVIDER_SCHEMA) pull-docs
go.cachedir:
@go env GOCACHE

go.mod.cachedir:
@go env GOMODCACHE

.PHONY: go.mod.cachedir go.cachedir

# Generate a coverage report for cobertura applying exclusions on
# - generated file
cobertura:
Expand Down
9 changes: 9 additions & 0 deletions apis/applications/v1beta1/zz_application_types.go

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

10 changes: 10 additions & 0 deletions apis/applications/v1beta1/zz_generated.deepcopy.go

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

20 changes: 20 additions & 0 deletions apis/groups/v1beta1/zz_generated.deepcopy.go

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

22 changes: 20 additions & 2 deletions apis/groups/v1beta1/zz_group_types.go

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

0 comments on commit 3ae7156

Please sign in to comment.