- Go 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| .release | ||
| google-nightly | ||
| META.d | ||
| scripts | ||
| version | ||
| website/docs | ||
| .copywrite.hcl | ||
| .gitignore | ||
| .go-version | ||
| .goreleaser.yml | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| GNUmakefile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| terraform-registry-manifest.json | ||
Terraform Provider for Google Cloud Platform (Nightly)
- Tutorials: learn.hashicorp.com
- Forum: discuss.hashicorp.com
- Documentation: https://www.terraform.io/docs/providers/google/index.html

- Mailing list: Google Groups
- Issue tracker: terraform-provider-google
Important: This provider is unstable and experimental. Users should minimize reliance on it, pin exact versions, and exercise caution when performing upgrades. Patches, backports, and cherry-picks should not be expected.
The Terraform Google provider nightly 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-nightly provider which contains all of the features in google-beta provider as well as some private preview and early access features. It is most commonly intended for use in test environments by allowlisted customers.
Quick Starts
Provider Usage
Please see instructions on how to configure the Google Provider.
When using this provider, always pin to an exact dated version, because breaking changes may occur without notice.
Developing the Provider
This repository is generated by a combination of magic-modules and a set of overrides that are developed by Google internally. Only Googlers can work on nightly features (internal documentation here).
If you wish to work on stable features of the provider, you'll need to make changes in magic-modules and target the google-beta provider or google provider. Changes made directly to this repository in GitHub will not be accepted.
For guidance on how to contribute, see our contribution documentation.