File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments