diff --git a/README.md b/README.md index 903bdd5ffa8..e7a04669a05 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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 @@ -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.