Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 3126bc7

Browse files
authored
Merge pull request #38 from patrickcping/update-example-generation-202502
Update generated example
2 parents 105874e + d559000 commit 3126bc7

1 file changed

Lines changed: 84 additions & 28 deletions

File tree

example/output/davinci_connection_property_vars.tf

Lines changed: 84 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,29 @@
66
variable "davinci_connection_flowconnector__2581eb287bb1d9bd29ae9886d675f89f_enforcedSignedToken" {
77
type = bool
88

9-
description = "The 'Enforce Signed Token' property for the connector named 'Flow Connector' with connector ID 'flowConnector'. "
9+
description = <<EOT
10+
The 'Enforce Signed Token' property for the connector named 'Flow Connector' with connector ID 'flowConnector'.
11+
EOT
1012
default = null
1113
}
1214

1315
// The 'Input Schema' property for the connector named 'Flow Connector' with connector ID 'flowConnector'. Follow example for JSON schema.
1416
variable "davinci_connection_flowconnector__2581eb287bb1d9bd29ae9886d675f89f_inputSchema" {
1517
type = string
1618

17-
description = "The 'Input Schema' property for the connector named 'Flow Connector' with connector ID 'flowConnector'. Follow example for JSON schema."
19+
description = <<EOT
20+
The 'Input Schema' property for the connector named 'Flow Connector' with connector ID 'flowConnector'. Follow example for JSON schema.
21+
EOT
1822
default = null
1923
}
2024

2125
// The 'Public Key' property for the connector named 'Flow Connector' with connector ID 'flowConnector'. pem public key
2226
variable "davinci_connection_flowconnector__2581eb287bb1d9bd29ae9886d675f89f_pemPublicKey" {
2327
type = string
2428

25-
description = "The 'Public Key' property for the connector named 'Flow Connector' with connector ID 'flowConnector'. pem public key"
29+
description = <<EOT
30+
The 'Public Key' property for the connector named 'Flow Connector' with connector ID 'flowConnector'. pem public key
31+
EOT
2632
default = null
2733
}
2834

@@ -33,23 +39,29 @@ variable "davinci_connection_flowconnector__2581eb287bb1d9bd29ae9886d675f89f_pem
3339
variable "davinci_connection_flowconnector__33329a264e268ab31fb19637debf1ea3_enforcedSignedToken" {
3440
type = bool
3541

36-
description = "The 'Enforce Signed Token' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'. "
42+
description = <<EOT
43+
The 'Enforce Signed Token' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'.
44+
EOT
3745
default = null
3846
}
3947

4048
// The 'Input Schema' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'. Follow example for JSON schema.
4149
variable "davinci_connection_flowconnector__33329a264e268ab31fb19637debf1ea3_inputSchema" {
4250
type = string
4351

44-
description = "The 'Input Schema' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'. Follow example for JSON schema."
52+
description = <<EOT
53+
The 'Input Schema' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'. Follow example for JSON schema.
54+
EOT
4555
default = null
4656
}
4757

4858
// The 'Public Key' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'. pem public key
4959
variable "davinci_connection_flowconnector__33329a264e268ab31fb19637debf1ea3_pemPublicKey" {
5060
type = string
5161

52-
description = "The 'Public Key' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'. pem public key"
62+
description = <<EOT
63+
The 'Public Key' property for the connector named 'Flow Conductor' with connector ID 'flowConnector'. pem public key
64+
EOT
5365
default = null
5466
}
5567

@@ -60,31 +72,39 @@ variable "davinci_connection_flowconnector__33329a264e268ab31fb19637debf1ea3_pem
6072
variable "davinci_connection_httpconnector__867ed4363b2bc21c860085ad2baa817d_connectionId" {
6173
type = string
6274

63-
description = "The 'Select an OpenID token management connection for signed HTTP responses.' property for the connector named 'Http' with connector ID 'httpConnector'. "
75+
description = <<EOT
76+
The 'Select an OpenID token management connection for signed HTTP responses.' property for the connector named 'Http' with connector ID 'httpConnector'.
77+
EOT
6478
default = null
6579
}
6680

6781
// The 'reCAPTCHA v2 Secret Key' property for the connector named 'Http' with connector ID 'httpConnector'. The Secret Key from reCAPTCHA Admin dashboard.
6882
variable "davinci_connection_httpconnector__867ed4363b2bc21c860085ad2baa817d_recaptchaSecretKey" {
6983
type = string
7084

71-
description = "The 'reCAPTCHA v2 Secret Key' property for the connector named 'Http' with connector ID 'httpConnector'. The Secret Key from reCAPTCHA Admin dashboard."
85+
description = <<EOT
86+
The 'reCAPTCHA v2 Secret Key' property for the connector named 'Http' with connector ID 'httpConnector'. The Secret Key from reCAPTCHA Admin dashboard.
87+
EOT
7288
default = null
7389
}
7490

7591
// The 'reCAPTCHA v2 Site Key' property for the connector named 'Http' with connector ID 'httpConnector'. The Site Key from reCAPTCHA Admin dashboard.
7692
variable "davinci_connection_httpconnector__867ed4363b2bc21c860085ad2baa817d_recaptchaSiteKey" {
7793
type = string
7894

79-
description = "The 'reCAPTCHA v2 Site Key' property for the connector named 'Http' with connector ID 'httpConnector'. The Site Key from reCAPTCHA Admin dashboard."
95+
description = <<EOT
96+
The 'reCAPTCHA v2 Site Key' property for the connector named 'Http' with connector ID 'httpConnector'. The Site Key from reCAPTCHA Admin dashboard.
97+
EOT
8098
default = null
8199
}
82100

83101
// The 'Trusted Sites' property for the connector named 'Http' with connector ID 'httpConnector'. Enter the hostname for the trusted sites that host your HTML. Note: Ensure that the content hosted on these sites can be trusted and that publishing safeguards are in place to prevent unexpected issues.
84102
variable "davinci_connection_httpconnector__867ed4363b2bc21c860085ad2baa817d_whiteList" {
85103
type = string
86104

87-
description = "The 'Trusted Sites' property for the connector named 'Http' with connector ID 'httpConnector'. Enter the hostname for the trusted sites that host your HTML. Note: Ensure that the content hosted on these sites can be trusted and that publishing safeguards are in place to prevent unexpected issues."
105+
description = <<EOT
106+
The 'Trusted Sites' property for the connector named 'Http' with connector ID 'httpConnector'. Enter the hostname for the trusted sites that host your HTML. Note: Ensure that the content hosted on these sites can be trusted and that publishing safeguards are in place to prevent unexpected issues.
107+
EOT
88108
default = null
89109
}
90110

@@ -95,39 +115,49 @@ variable "davinci_connection_httpconnector__867ed4363b2bc21c860085ad2baa817d_whi
95115
variable "davinci_connection_notificationsconnector__cacf3d2861657174d93cbf445d55797a_clientId" {
96116
type = string
97117

98-
description = "The 'Client ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The Client ID of your PingOne Worker application."
118+
description = <<EOT
119+
The 'Client ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The Client ID of your PingOne Worker application.
120+
EOT
99121
default = null
100122
}
101123

102124
// The 'Client Secret' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The Client Secret of your PingOne Worker application.
103125
variable "davinci_connection_notificationsconnector__cacf3d2861657174d93cbf445d55797a_clientSecret" {
104126
type = string
105127

106-
description = "The 'Client Secret' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The Client Secret of your PingOne Worker application."
128+
description = <<EOT
129+
The 'Client Secret' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The Client Secret of your PingOne Worker application.
130+
EOT
107131
default = null
108132
}
109133

110134
// The 'Environment ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. Your PingOne Environment ID.
111135
variable "davinci_connection_notificationsconnector__cacf3d2861657174d93cbf445d55797a_envId" {
112136
type = string
113137

114-
description = "The 'Environment ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. Your PingOne Environment ID."
138+
description = <<EOT
139+
The 'Environment ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. Your PingOne Environment ID.
140+
EOT
115141
default = null
116142
}
117143

118144
// The 'Notification Policy ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. A unique identifier for the policy.
119145
variable "davinci_connection_notificationsconnector__cacf3d2861657174d93cbf445d55797a_notificationPolicyId" {
120146
type = string
121147

122-
description = "The 'Notification Policy ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. A unique identifier for the policy."
148+
description = <<EOT
149+
The 'Notification Policy ID' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. A unique identifier for the policy.
150+
EOT
123151
default = null
124152
}
125153

126154
// The 'Region' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The region in which your PingOne environment exists.
127155
variable "davinci_connection_notificationsconnector__cacf3d2861657174d93cbf445d55797a_region" {
128156
type = string
129157

130-
description = "The 'Region' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The region in which your PingOne environment exists."
158+
description = <<EOT
159+
The 'Region' property for the connector named 'PingOne Notifications' with connector ID 'notificationsConnector'. The region in which your PingOne environment exists.
160+
EOT
131161
default = null
132162
}
133163

@@ -138,39 +168,49 @@ variable "davinci_connection_notificationsconnector__cacf3d2861657174d93cbf445d5
138168
variable "davinci_connection_pingonemfaconnector__b72bd44e6be8180bd5988ac74cd9c949_clientId" {
139169
type = string
140170

141-
description = "The 'Client ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The Client ID of your PingOne Worker application."
171+
description = <<EOT
172+
The 'Client ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The Client ID of your PingOne Worker application.
173+
EOT
142174
default = null
143175
}
144176

145177
// The 'Client Secret' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The Client Secret of your PingOne Worker application.
146178
variable "davinci_connection_pingonemfaconnector__b72bd44e6be8180bd5988ac74cd9c949_clientSecret" {
147179
type = string
148180

149-
description = "The 'Client Secret' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The Client Secret of your PingOne Worker application."
181+
description = <<EOT
182+
The 'Client Secret' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The Client Secret of your PingOne Worker application.
183+
EOT
150184
default = null
151185
}
152186

153187
// The 'Environment ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. Your PingOne Environment ID.
154188
variable "davinci_connection_pingonemfaconnector__b72bd44e6be8180bd5988ac74cd9c949_envId" {
155189
type = string
156190

157-
description = "The 'Environment ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. Your PingOne Environment ID."
191+
description = <<EOT
192+
The 'Environment ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. Your PingOne Environment ID.
193+
EOT
158194
default = null
159195
}
160196

161197
// The 'Policy ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The ID of your PingOne MFA device authentication policy.
162198
variable "davinci_connection_pingonemfaconnector__b72bd44e6be8180bd5988ac74cd9c949_policyId" {
163199
type = string
164200

165-
description = "The 'Policy ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The ID of your PingOne MFA device authentication policy."
201+
description = <<EOT
202+
The 'Policy ID' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The ID of your PingOne MFA device authentication policy.
203+
EOT
166204
default = null
167205
}
168206

169207
// The 'Region' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The region in which your PingOne environment exists.
170208
variable "davinci_connection_pingonemfaconnector__b72bd44e6be8180bd5988ac74cd9c949_region" {
171209
type = string
172210

173-
description = "The 'Region' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The region in which your PingOne environment exists."
211+
description = <<EOT
212+
The 'Region' property for the connector named 'PingOne MFA' with connector ID 'pingOneMfaConnector'. The region in which your PingOne environment exists.
213+
EOT
174214
default = null
175215
}
176216

@@ -181,31 +221,39 @@ variable "davinci_connection_pingonemfaconnector__b72bd44e6be8180bd5988ac74cd9c9
181221
variable "davinci_connection_pingoneriskconnector__292873d5ceea806d81373ed0341b5c88_clientId" {
182222
type = string
183223

184-
description = "The 'Client ID' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. The id for your Application found in Ping's Dashboard"
224+
description = <<EOT
225+
The 'Client ID' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. The id for your Application found in Ping's Dashboard
226+
EOT
185227
default = null
186228
}
187229

188230
// The 'Client Secret' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. Client Secret from your App in Ping's Dashboard
189231
variable "davinci_connection_pingoneriskconnector__292873d5ceea806d81373ed0341b5c88_clientSecret" {
190232
type = string
191233

192-
description = "The 'Client Secret' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. Client Secret from your App in Ping's Dashboard"
234+
description = <<EOT
235+
The 'Client Secret' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. Client Secret from your App in Ping's Dashboard
236+
EOT
193237
default = null
194238
}
195239

196240
// The 'Environment ID' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. Your Environment ID provided by Ping.
197241
variable "davinci_connection_pingoneriskconnector__292873d5ceea806d81373ed0341b5c88_envId" {
198242
type = string
199243

200-
description = "The 'Environment ID' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. Your Environment ID provided by Ping."
244+
description = <<EOT
245+
The 'Environment ID' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. Your Environment ID provided by Ping.
246+
EOT
201247
default = null
202248
}
203249

204250
// The 'Region' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. The region your PingOne environment is in.
205251
variable "davinci_connection_pingoneriskconnector__292873d5ceea806d81373ed0341b5c88_region" {
206252
type = string
207253

208-
description = "The 'Region' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. The region your PingOne environment is in."
254+
description = <<EOT
255+
The 'Region' property for the connector named 'PingOne Protect' with connector ID 'pingOneRiskConnector'. The region your PingOne environment is in.
256+
EOT
209257
default = null
210258
}
211259

@@ -216,30 +264,38 @@ variable "davinci_connection_pingoneriskconnector__292873d5ceea806d81373ed0341b5
216264
variable "davinci_connection_pingonessoconnector__94141bf2f1b9b59a5f5365ff135e02bb_clientId" {
217265
type = string
218266

219-
description = "The 'Client ID' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The Client ID of your PingOne Worker application."
267+
description = <<EOT
268+
The 'Client ID' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The Client ID of your PingOne Worker application.
269+
EOT
220270
default = null
221271
}
222272

223273
// The 'Client Secret' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The Client Secret of your PingOne Worker application.
224274
variable "davinci_connection_pingonessoconnector__94141bf2f1b9b59a5f5365ff135e02bb_clientSecret" {
225275
type = string
226276

227-
description = "The 'Client Secret' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The Client Secret of your PingOne Worker application."
277+
description = <<EOT
278+
The 'Client Secret' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The Client Secret of your PingOne Worker application.
279+
EOT
228280
default = null
229281
}
230282

231283
// The 'Environment ID' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. Your PingOne environment ID.
232284
variable "davinci_connection_pingonessoconnector__94141bf2f1b9b59a5f5365ff135e02bb_envId" {
233285
type = string
234286

235-
description = "The 'Environment ID' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. Your PingOne environment ID."
287+
description = <<EOT
288+
The 'Environment ID' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. Your PingOne environment ID.
289+
EOT
236290
default = null
237291
}
238292

239293
// The 'Region' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The region in which your PingOne environment exists.
240294
variable "davinci_connection_pingonessoconnector__94141bf2f1b9b59a5f5365ff135e02bb_region" {
241295
type = string
242296

243-
description = "The 'Region' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The region in which your PingOne environment exists."
297+
description = <<EOT
298+
The 'Region' property for the connector named 'PingOne' with connector ID 'pingOneSSOConnector'. The region in which your PingOne environment exists.
299+
EOT
244300
default = null
245301
}

0 commit comments

Comments
 (0)