No description
Find a file
The Magician 3228cc48c3
LustreCSI MultiNic Terraform Support. (#16485) (#26759)
[upstream:3002275ee14f5748fee7d9c07ce2a991df1d0880]

Signed-off-by: Modular Magician <magic-modules@google.com>
2026-04-03 15:47:47 -07:00
.changelog LustreCSI MultiNic Terraform Support. (#16485) (#26759) 2026-04-03 15:47:47 -07:00
.github Run nightly-testing branch cut at 2am UTC (#26709) 2026-04-03 10:11:00 -07:00
.release
.teamcity echo build number in the teamcity build logs (#16670) (#26409) 2026-03-10 15:00:02 -07:00
examples
google LustreCSI MultiNic Terraform Support. (#16485) (#26759) 2026-04-03 15:47:47 -07:00
META.d Add license headers for yaml files (#16833) (#26629) 2026-03-27 13:31:07 -07:00
scripts Upgrade dependencies to go version 1.26 (#16699) (#26484) 2026-03-17 09:36:59 -07:00
version Update HashiCorp copyright headers (#16540) (#26396) 2026-03-10 07:20:34 -07:00
website/docs LustreCSI MultiNic Terraform Support. (#16485) (#26759) 2026-04-03 15:47:47 -07:00
.copywrite.hcl Add license headers for yaml files (#16833) (#26629) 2026-03-27 13:31:07 -07:00
.gitignore
.go-version Upgrade dependencies to go version 1.26 (#16699) (#26484) 2026-03-17 09:36:59 -07:00
.golangci.yml
.goreleaser.yml Add support for networksecurity.googleapis.com/BackendAuthenticationConfig to TGC cai2hcl (#15044) (#24270) 2025-09-04 11:18:08 -07:00
.whitesource Add .whitesource configuration file and disable SAST scanning for this repo (#26325) 2026-03-16 09:30:42 -04:00
CHANGELOG.md Update CHANGELOG for version 7.27.0 (#26753) 2026-04-03 11:55:57 -07:00
CHANGELOG_v0.md
CHANGELOG_v1.md
CHANGELOG_v2.md
CHANGELOG_v3.md
CHANGELOG_v4.md Split changelogs pre-6.0.0 into separate files (#22204) 2025-04-02 10:29:36 -07:00
CHANGELOG_v5.md Split changelogs pre-6.0.0 into separate files (#22204) 2025-04-02 10:29:36 -07:00
CODEOWNERS Update CODEOWNERS (#24203) 2025-08-28 12:22:22 -07:00
GNUmakefile Make unit test script error on empty file or no results (#26446) 2026-03-13 11:53:56 -07:00
go.mod update Terraform golang.org/api to v0.274.0 (#16912) (#26740) 2026-04-02 15:17:03 -07:00
go.sum update Terraform golang.org/api to v0.274.0 (#16912) (#26740) 2026-04-02 15:17:03 -07:00
LICENSE Update HashiCorp copyright headers (#26406) 2026-03-11 19:31:13 -04:00
main.go Update HashiCorp copyright headers (#16540) (#26396) 2026-03-10 07:20:34 -07:00
README.md docs(README): guidance links (#20813) 2025-01-06 11:45:03 -08:00
terraform-registry-manifest.json

Terraform Provider for Google Cloud Platform

The Terraform Google provider is a plugin that allows Terraform to manage resources on Google Cloud Platform. This provider is maintained by the Terraform team at Google and the Terraform team at HashiCorp

This is the google provider, containing generally available features. To use preview features or features at a beta launch stage, you may use the google-beta provider. Refer to the provider versions documentation for more information about how to use google-beta.

Quick Starts

Provider Usage

Please see instructions on how to configure the Google Provider.

Upgrading the provider

The Google provider doesn't upgrade automatically once you've started using it. After a new release you can run

terraform init -upgrade

to upgrade to the latest stable version of the Google provider. See the Terraform website for more information on provider upgrades, and how to set version constraints on your provider.

Developing the provider

This repository is generated by magic-modules. If you wish to work on the provider, you'll need to make changes in magic-modules. Any changes made directly to this repository will likely be overwritten.

For guidance on how to contribute, see our contribution documentation. If you have other development questions we don't cover, please file an issue!