Skip to content

hashicorp/terraform-provider-google

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2024
Aug 24, 2023
May 24, 2022
Sep 18, 2023
Nov 4, 2019
Jun 10, 2024
Aug 24, 2023
May 30, 2023
Jun 10, 2024
Aug 15, 2023
Sep 24, 2020
May 10, 2023
Aug 1, 2022
Dec 9, 2022
Sep 25, 2023
Mar 22, 2023
Oct 13, 2022
Jun 30, 2023
Sep 15, 2023
Sep 15, 2023
Jun 29, 2023
May 12, 2022

Repository files navigation

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!