Skip to content

Commit

Permalink
add registry manifest file (#6030) (#11693)
Browse files Browse the repository at this point in the history
* add registry manifest file

* add .erb

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 12, 2022
1 parent 9f3e9c8 commit 4e0b4d7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .changelog/6030.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ resource "google_clouddeploy_delivery_pipeline" "primary" {
name = "tf-test-pipeline%{random_suffix}"
annotations = {
my_second_annotation = "example-annotation-2"
my_first_annotation = "example-annotation-1"
my_second_annotation = "example-annotation-2"
}
description = "basic description"
Expand Down Expand Up @@ -114,9 +114,9 @@ resource "google_clouddeploy_delivery_pipeline" "primary" {
description = "updated description"
labels = {
my_third_label = "example-label-3"
my_second_label = "updated-example-label-2"
my_third_label = "example-label-3"
}
project = "%{project_name}"
Expand Down
8 changes: 4 additions & 4 deletions google/resource_clouddeploy_target_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ resource "google_clouddeploy_target" "primary" {
}
labels = {
my_third_label = "example-label-3"
my_second_label = "updated-example-label-2"
my_third_label = "example-label-3"
}
project = "%{project_name}"
Expand Down Expand Up @@ -241,9 +241,9 @@ resource "google_clouddeploy_target" "primary" {
name = "tf-test-target%{random_suffix}"
annotations = {
my_second_annotation = "updated-example-annotation-2"
my_third_annotation = "example-annotation-3"
my_second_annotation = "updated-example-annotation-2"
}
description = "updated description"
Expand Down
6 changes: 6 additions & 0 deletions terraform-registry-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 1,
"metadata": {
"protocol_versions": ["5.0"]
}
}

0 comments on commit 4e0b4d7

Please sign in to comment.