No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
OpenTofu Core Development Team b6751e441e Apply GitHub workflow changes
2026-07-21 00:53:46 +00:00
.changelog Add conflicts validation to PolicyOrchestrator selectors (#18129) (#28407) 2026-07-20 15:15:16 -07:00
.github Apply GitHub workflow changes 2026-07-21 00:53:46 +00:00
.release
.teamcity .teamcity: set teamcity.buildQueue.allowMerging=false parameter (#18077) (#28030) 2026-06-25 11:15:34 -07:00
examples
google vertexai: fixed TestAccVertexAIReasoningEngine_apiParity ga failures (#18334) (#28408) 2026-07-20 15:58:36 -07:00
META.d Add license headers for yaml files (#16833) (#26629) 2026-03-27 13:31:07 -07:00
scripts Add 'list-resources' to category checks in docscheck.sh (#26909) 2026-04-14 09:27:26 -07:00
version
website/docs Added missing fields to google_colab_schedule and marked google_vertex_ai_schedule as deprecated (#18303) (#28406) 2026-07-20 15:08:40 -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
CHANGELOG.md fixed incorrect resource addition in changelogs (#28336) 2026-07-14 16:29:59 -07:00
CHANGELOG_v0.md
CHANGELOG_v1.md
CHANGELOG_v2.md
CHANGELOG_v3.md
CHANGELOG_v4.md
CHANGELOG_v5.md
CODEOWNERS
GNUmakefile Make unit test script error on empty file or no results (#26446) 2026-03-13 11:53:56 -07:00
go.mod chore: update google.golang.org/api to v0.288.0 (#18246) (#28281) 2026-07-10 08:55:55 -07:00
go.sum chore: update google.golang.org/api to v0.288.0 (#18246) (#28281) 2026-07-10 08:55:55 -07:00
LICENSE
main.go
README.md
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!