Skip to content

Commit

Permalink
Add google_cloud_run_service datasource (#4036) (#7415)
Browse files Browse the repository at this point in the history
Co-authored-by: Kamaz <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Kamaz <[email protected]>
  • Loading branch information
modular-magician and kamaz authored Oct 2, 2020
1 parent 09e2ce3 commit 1cf0228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/4036.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
cloudrun: Add support for a `google_cloud_run_service` datasource
```
7 changes: 4 additions & 3 deletions website/docs/d/cloud_run_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
subcategory: "Cloud Run"
layout: "google"
page_title: "Google: google_cloud_run_service"
sidebar_current: "docs-google-cloud-run-service"
sidebar_current: "docs-google-datasource-cloud-run-service"
description: |-
Get information about a Google Cloud Run Service.
---
Expand All @@ -26,8 +26,9 @@ data "google_cloud_run_service" "run-service" {

The following arguments are supported:

* `name` - (Required) The name of a Cloud Run.
* `location` - (Required) The name of a Cloud Run.
* `name` - (Required) The name of the Cloud Run Service.

* `location` - (Required) The location of the cloud run instance. eg us-central1

- - -

Expand Down

0 comments on commit 1cf0228

Please sign in to comment.