Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #61 from turkenh/bump-terraform-versions
Browse files Browse the repository at this point in the history
Bump Terraform provider version and configure bucket timeout
  • Loading branch information
turkenh authored May 6, 2022
2 parents b928fe4 + d1827ff commit 1893f0e
Show file tree
Hide file tree
Showing 35 changed files with 1,578 additions and 36 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
PROJECT_NAME := provider-jet-gcp
PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)

export TERRAFORM_VERSION := 1.0.11
export TERRAFORM_VERSION := 1.1.9
export TERRAFORM_PROVIDER_SOURCE := hashicorp/google
export TERRAFORM_PROVIDER_VERSION := 4.0.0
export TERRAFORM_PROVIDER_VERSION := 4.18.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-google
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://releases.hashicorp.com/terraform-provider-google/4.0.0
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX := https://releases.hashicorp.com/terraform-provider-google/$(TERRAFORM_PROVIDER_VERSION)

PLATFORMS ?= linux_amd64 linux_arm64

Expand Down
2 changes: 1 addition & 1 deletion apis/compute/v1alpha2/zz_address_types.go

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

9 changes: 6 additions & 3 deletions apis/compute/v1alpha2/zz_firewall_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/compute/v1alpha2/zz_generated.deepcopy.go

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

4 changes: 4 additions & 0 deletions apis/compute/v1alpha2/zz_instance_types.go

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

8 changes: 8 additions & 0 deletions apis/compute/v1alpha2/zz_router_types.go

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

8 changes: 3 additions & 5 deletions apis/compute/v1alpha2/zz_subnetwork_types.go

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

125 changes: 125 additions & 0 deletions apis/container/v1alpha2/zz_cluster_types.go

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

Loading

0 comments on commit 1893f0e

Please sign in to comment.