Skip to content

Commit 6553899

Browse files
Update the descriptions for Cloud Deploy examples (#6072) (#4344)
Signed-off-by: Modular Magician <[email protected]>
1 parent 9d35b2f commit 6553899

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/6072.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:note
2+
clouddeploy: updated example documentation
3+
```

website/docs/r/clouddeploy_delivery_pipeline.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: |-
2626
The Clouddeploy DeliveryPipeline resource
2727

2828
## Example Usage - delivery_pipeline
29-
tests creating and updating a delivery pipeline
29+
Creates a basic Cloud Deploy delivery pipeline
3030
```hcl
3131
resource "google_clouddeploy_delivery_pipeline" "primary" {
3232
location = "us-west1"

website/docs/r/clouddeploy_target.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: |-
2626
The Clouddeploy Target resource
2727

2828
## Example Usage - target
29-
tests creating and updating a target
29+
Creates a basic Cloud Deploy target
3030
```hcl
3131
resource "google_clouddeploy_target" "primary" {
3232
location = "us-west1"

0 commit comments

Comments
 (0)