Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashicorp/terraform-provider-google-beta
Terraform Provider for Google Cloud Platform (Beta)
https://github.com/hashicorp/terraform-provider-google-beta
google-cloud terraform terraform-provider
Last synced: 6 days ago
JSON representation
Terraform Provider for Google Cloud Platform (Beta)
- Host: GitHub
- URL: https://github.com/hashicorp/terraform-provider-google-beta
- Owner: hashicorp
- License: mpl-2.0
- Created: 2018-09-20T17:28:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:13:15.000Z (7 days ago)
- Last Synced: 2024-10-29T21:15:49.533Z (7 days ago)
- Topics: google-cloud, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/hashicorp/google-beta/latest/docs
- Size: 119 MB
- Stars: 265
- Watchers: 28
- Forks: 261
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - hashicorp/terraform-provider-google-beta - Terraform Provider for Google Cloud Platform (Beta) (Go)
README
# Terraform Provider for Google Cloud Platform (Beta)
- Tutorials: [learn.hashicorp.com](https://learn.hashicorp.com/terraform?track=getting-started#getting-started)
- Forum: [discuss.hashicorp.com](https://discuss.hashicorp.com/c/terraform-providers/tf-google/)
- Documentation: https://www.terraform.io/docs/providers/google/index.html
- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
- Issue tracker: [terraform-provider-google](https://github.com/hashicorp/terraform-provider-google/issues/new/choose)The Terraform Google provider beta is a plugin that allows [Terraform](https://www.terraform.io) to manage resources on Google Cloud Platform. This provider is maintained by the [Terraform team at Google](https://cloudplatform.googleblog.com/2017/03/partnering-on-open-source-Google-and-HashiCorp-engineers-on-managing-GCP-infrastructure.html) and the Terraform team at [HashiCorp](https://www.hashicorp.com/)
This is the [`google-beta` provider](https://github.com/hashicorp/terraform-provider-google-beta) which contains all the features in [`google` provider](https://github.com/hashicorp/terraform-provider-google) as well as the preview features and features at a beta [launch stage](https://cloud.google.com/products#product-launch-stages). See [Provider Versions](https://registry.terraform.io/providers/hashicorp/google-beta/latest/docs/guides/provider_versions) for more details on how to use `google-beta`.
## Quick Starts
- [Getting Started with the Google Provider](https://registry.terraform.io/providers/hashicorp/google-beta/latest/docs/guides/getting_started)
- [Provider Documentation](https://registry.terraform.io/providers/hashicorp/google-beta/latest/docs)## Provider Usage
Please see [instructions](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference) 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
```bash
terraform init -upgrade
```to upgrade to the latest stable version of the Google provider. See the [Terraform website](https://www.terraform.io/docs/configuration/providers.html#provider-versions)
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](https://github.com/GoogleCloudPlatform/magic-modules).
If you wish to work on the provider, you'll need to make changes in [magic-modules](https://github.com/GoogleCloudPlatform/magic-modules). Any changes made directly to this repository will likely be overwritten.For guidance on how to contribute, see our [contribution documentation](https://googlecloudplatform.github.io/magic-modules/).
If you have other development questions we don't cover, please [file an issue](https://github.com/hashicorp/terraform-provider-google/issues/new/choose) in the `terraform-provider-google` repository.