hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.29k stars 1.72k forks source link

Add documentation about using Cloud Run on GKE/Anthos with Terraform #8127

Open rileykarson opened 3 years ago

rileykarson commented 3 years ago

Affected Resource(s)

This provider supports Cloud Run (fully managed), the Google-managed Cloud Run offering. There are also additional variants of Cloud Run: a self-run GKE one and a self-run Anthos one. All of these can be configured from gcloud.

We should add a page documenting how to provision these Cloud Run variants using Terraform, likely using the kubernetes_manifest resource.

Obseletes https://github.com/hashicorp/terraform-provider-google/issues/8085, https://github.com/hashicorp/terraform-provider-google/issues/8077

rileykarson commented 3 years ago

Note: see discussion in https://github.com/hashicorp/terraform-provider-google/issues/5054

melinath commented 1 year ago

b/271912356

yanweiguo commented 3 months ago

I don't think google_cloud_run_service support Cloud Run on GKE/Anthos.