terraform-provider-google

Terraform Google Cloud Platform provider

Github stars Tracking Chart

Terraform Provider for Google Cloud Platform

Maintainers

This provider plugin is maintained by:

Requirements

Using the provider

See the Google Provider documentation to get started using the
Google provider.

We recently introduced the google-beta provider. See Provider Versions
for more details on how to use google-beta.

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.

Building the provider

Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-google

$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
$ git clone git@github.com:terraform-providers/terraform-provider-google

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-google
$ make build

Developing the provider

If you wish to work on the provider, you'll first need Go
installed on your machine (version 1.13.0+ is required). You can use goenv
to manage your Go version. You'll also need to correctly setup a GOPATH,
as well as adding $GOPATH/bin to your $PATH.

To compile the provider, run make build.
This will build the provider and put the provider binary in the $GOPATH/bin
directory.

$ make build
...
$ $GOPATH/bin/terraform-provider-google
...

For guidance on common development practices such as testing changes or
vendoring libraries, see the contribution guidelines.
If you have other development questions we don't cover, please file an issue!

Main metrics

Overview
Name With Ownerhashicorp/terraform-provider-google
Primary LanguageGo
Program languageMakefile (Language Count: 7)
Platform
License:Mozilla Public License 2.0
所有者活动
Created At2017-06-05 20:54:02
Pushed At2025-06-14 03:21:23
Last Commit At
Release Count359
Last Release Namev6.39.0 (Posted on )
First Release Namev0.1.0 (Posted on 2017-06-20 21:29:54)
用户参与
Stargazers Count2.5k
Watchers Count129
Fork Count1.8k
Commits Count12.9k
Has Issues Enabled
Issues Count11305
Issue Open Count2101
Pull Requests Count10730
Pull Requests Open Count12
Pull Requests Close Count1216
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private