No description
Find a file
OpenTofu Core Development Team fba62189dd Apply GitHub workflow changes
2026-04-04 00:52:17 +00:00
.changelog LustreCSI MultiNic Terraform Support. (#16485) (#11864) 2026-04-03 15:47:50 -07:00
.github Apply GitHub workflow changes 2026-04-04 00:52:17 +00:00
.release
examples
google-beta LustreCSI MultiNic Terraform Support. (#16485) (#11864) 2026-04-03 15:47:50 -07:00
META.d Add license headers for yaml files (#16833) (#11811) 2026-03-27 13:31:07 -07:00
scripts Upgrade dependencies to go version 1.26 (#16699) (#11733) 2026-03-17 09:37:04 -07:00
version Update HashiCorp copyright headers (#16540) (#11690) 2026-03-10 07:21:12 -07:00
website/docs LustreCSI MultiNic Terraform Support. (#16485) (#11864) 2026-04-03 15:47:50 -07:00
.copywrite.hcl Add license headers for yaml files (#16833) (#11811) 2026-03-27 13:31:07 -07:00
.gitignore
.go-version Upgrade dependencies to go version 1.26 (#16699) (#11733) 2026-03-17 09:37:04 -07:00
.golangci.yml
.goreleaser.yml Add support for networksecurity.googleapis.com/BackendAuthenticationConfig to TGC cai2hcl (#15044) (#10675) 2025-09-04 11:18:07 -07:00
CHANGELOG.md Update CHANGELOG for version 7.26.0 (#11860) 2026-04-03 11:56:07 -07:00
CHANGELOG_v1.md
CHANGELOG_v2.md
CHANGELOG_v3.md
CHANGELOG_v4.md Split changelogs pre-6.0.0 into separate files (#9705) 2025-04-02 10:29:50 -07:00
CHANGELOG_v5.md Split changelogs pre-6.0.0 into separate files (#9705) 2025-04-02 10:29:50 -07:00
CODEOWNERS Update CODEOWNERS (#10639) 2025-08-28 12:22:10 -07:00
GNUmakefile Make unit test script error on empty file or no results (#11720) 2026-03-13 11:54:14 -07:00
go.mod update Terraform golang.org/api to v0.274.0 (#16912) (#11854) 2026-04-02 15:17:09 -07:00
go.sum update Terraform golang.org/api to v0.274.0 (#16912) (#11854) 2026-04-02 15:17:09 -07:00
LICENSE Update HashiCorp copyright headers (#11699) 2026-03-11 19:31:36 -04:00
main.go Update HashiCorp copyright headers (#16540) (#11690) 2026-03-10 07:21:12 -07:00
README.md docs(readme): guidance path links (#9254) 2025-02-07 14:44:58 -08:00
terraform-registry-manifest.json

Terraform Provider for Google Cloud Platform (Beta)

The Terraform Google provider beta 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-beta provider which contains all the features in google provider as well as the preview features and features at a beta launch stage. See Provider Versions for more details on 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 in the terraform-provider-google repository.