Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 committed Sep 16, 2022
1 parent 5962264 commit 7250dfc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Terraform Provider for Google Cloud Platform
==================

- 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/)
Expand All @@ -12,23 +11,19 @@ The Terraform Google provider is a plugin that allows [Terraform](https://www.te
The ['google-beta' provider](https://github.com/hashicorp/terraform-provider-google-beta) contains preview features and features at a beta [launch stage](https://cloud.google.com/products#product-launch-stages). Refer to the [provider versions](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_versions) documentation for more information about how to use `google-beta`.

## Quick Starts
----------------------

- [Getting Started with the Google Provider](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/getting_started)
- [Provider Documentation](https://registry.terraform.io/providers/hashicorp/google/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.

### Using local Provider
---------------------

Please see [instructions](https://github.com/GoogleCloudPlatform/magic-modules#using-released-terraform-binary-with-local-provider-binary) on how to use your locally generated provider binary.

### Upgrading the provider
----------------------

The Google provider doesn't upgrade automatically once you've started using it. After a new release you can run

Expand All @@ -40,7 +35,6 @@ to upgrade to the latest stable version of the Google provider. See the [Terrafo
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.
Expand Down

0 comments on commit 7250dfc

Please sign in to comment.