Skip to content

Commit c9501c4

Browse files
committed
chore: add output type metada
1 parent 54716c4 commit c9501c4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

metadata.display.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
info:
2323
title: terraform-google-pubsub
2424
source:
25-
repo: https://github.com/ktinubu/terraform-google-pubsub.git
25+
repo: https://github.com/terraform-google-modules/terraform-google-pubsub
2626
sourceType: git
2727
ui:
2828
input:
@@ -75,3 +75,7 @@ spec:
7575
topic_message_retention_duration:
7676
name: topic_message_retention_duration
7777
title: Topic Message Retention Duration
78+
runtime:
79+
outputs:
80+
service_uri:
81+
visibility: VISIBILITY_ROOT

metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,25 @@ spec:
113113
outputs:
114114
- name: id
115115
description: The ID of the Pub/Sub topic
116+
type: string
116117
- name: subscription_names
117118
description: The name list of Pub/Sub subscriptions
119+
type:
120+
- tuple
121+
- []
118122
- name: subscription_paths
119123
description: The path list of Pub/Sub subscriptions
124+
type:
125+
- tuple
126+
- []
120127
- name: topic
121128
description: The name of the Pub/Sub topic
129+
type: string
122130
- name: topic_labels
123131
description: Labels assigned to the Pub/Sub topic
124132
- name: uri
125133
description: The URI of the Pub/Sub topic
134+
type: string
126135
requirements:
127136
roles:
128137
- level: Project

0 commit comments

Comments
 (0)