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

Commit c7c5398

Browse files
authored
Merge pull request #62 from patrickcping/add-support-for-setting-log-level-202506
Add support for defining the per-flow log level
2 parents db8faa9 + 8f15986 commit c7c5398

18 files changed

Lines changed: 332 additions & 18 deletions

File tree

example/output/README.md

Lines changed: 30 additions & 0 deletions
Large diffs are not rendered by default.

example/output/davinci_flow_outputs.tf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ output "davinci_flow_ciam_passwordless_protect_account_recovery_subflow" {
99
description = davinci_flow.ciam_passwordless_protect_account_recovery_subflow.description
1010
environment_id = davinci_flow.ciam_passwordless_protect_account_recovery_subflow.environment_id
1111
id = davinci_flow.ciam_passwordless_protect_account_recovery_subflow.id
12+
log_level = davinci_flow.ciam_passwordless_protect_account_recovery_subflow.log_level
1213
name = davinci_flow.ciam_passwordless_protect_account_recovery_subflow.name
1314
subflow_link = davinci_flow.ciam_passwordless_protect_account_recovery_subflow.subflow_link
1415
}
@@ -24,6 +25,7 @@ output "davinci_flow_ciam_passwordless_protect_account_registration_subflow" {
2425
description = davinci_flow.ciam_passwordless_protect_account_registration_subflow.description
2526
environment_id = davinci_flow.ciam_passwordless_protect_account_registration_subflow.environment_id
2627
id = davinci_flow.ciam_passwordless_protect_account_registration_subflow.id
28+
log_level = davinci_flow.ciam_passwordless_protect_account_registration_subflow.log_level
2729
name = davinci_flow.ciam_passwordless_protect_account_registration_subflow.name
2830
subflow_link = davinci_flow.ciam_passwordless_protect_account_registration_subflow.subflow_link
2931
}
@@ -39,6 +41,7 @@ output "davinci_flow_ciam_passwordless_protect_agreement_tos_subflow" {
3941
description = davinci_flow.ciam_passwordless_protect_agreement_tos_subflow.description
4042
environment_id = davinci_flow.ciam_passwordless_protect_agreement_tos_subflow.environment_id
4143
id = davinci_flow.ciam_passwordless_protect_agreement_tos_subflow.id
44+
log_level = davinci_flow.ciam_passwordless_protect_agreement_tos_subflow.log_level
4245
name = davinci_flow.ciam_passwordless_protect_agreement_tos_subflow.name
4346
subflow_link = davinci_flow.ciam_passwordless_protect_agreement_tos_subflow.subflow_link
4447
}
@@ -54,6 +57,7 @@ output "davinci_flow_ciam_passwordless_protect_change_password_subflow" {
5457
description = davinci_flow.ciam_passwordless_protect_change_password_subflow.description
5558
environment_id = davinci_flow.ciam_passwordless_protect_change_password_subflow.environment_id
5659
id = davinci_flow.ciam_passwordless_protect_change_password_subflow.id
60+
log_level = davinci_flow.ciam_passwordless_protect_change_password_subflow.log_level
5761
name = davinci_flow.ciam_passwordless_protect_change_password_subflow.name
5862
subflow_link = davinci_flow.ciam_passwordless_protect_change_password_subflow.subflow_link
5963
}
@@ -69,6 +73,7 @@ output "davinci_flow_ciam_passwordless_protect_device_authentication_subflow" {
6973
description = davinci_flow.ciam_passwordless_protect_device_authentication_subflow.description
7074
environment_id = davinci_flow.ciam_passwordless_protect_device_authentication_subflow.environment_id
7175
id = davinci_flow.ciam_passwordless_protect_device_authentication_subflow.id
76+
log_level = davinci_flow.ciam_passwordless_protect_device_authentication_subflow.log_level
7277
name = davinci_flow.ciam_passwordless_protect_device_authentication_subflow.name
7378
subflow_link = davinci_flow.ciam_passwordless_protect_device_authentication_subflow.subflow_link
7479
}
@@ -84,6 +89,7 @@ output "davinci_flow_ciam_passwordless_protect_device_registration_subflow" {
8489
description = davinci_flow.ciam_passwordless_protect_device_registration_subflow.description
8590
environment_id = davinci_flow.ciam_passwordless_protect_device_registration_subflow.environment_id
8691
id = davinci_flow.ciam_passwordless_protect_device_registration_subflow.id
92+
log_level = davinci_flow.ciam_passwordless_protect_device_registration_subflow.log_level
8793
name = davinci_flow.ciam_passwordless_protect_device_registration_subflow.name
8894
subflow_link = davinci_flow.ciam_passwordless_protect_device_registration_subflow.subflow_link
8995
}
@@ -99,6 +105,7 @@ output "davinci_flow_ciam_passwordless_protect_magic_link_authentication_subflow
99105
description = davinci_flow.ciam_passwordless_protect_magic_link_authentication_subflow.description
100106
environment_id = davinci_flow.ciam_passwordless_protect_magic_link_authentication_subflow.environment_id
101107
id = davinci_flow.ciam_passwordless_protect_magic_link_authentication_subflow.id
108+
log_level = davinci_flow.ciam_passwordless_protect_magic_link_authentication_subflow.log_level
102109
name = davinci_flow.ciam_passwordless_protect_magic_link_authentication_subflow.name
103110
subflow_link = davinci_flow.ciam_passwordless_protect_magic_link_authentication_subflow.subflow_link
104111
}
@@ -114,6 +121,7 @@ output "davinci_flow_ciam_passwordless_protect_registration_authentication_accou
114121
description = davinci_flow.ciam_passwordless_protect_registration_authentication_account_recovery_main_flow.description
115122
environment_id = davinci_flow.ciam_passwordless_protect_registration_authentication_account_recovery_main_flow.environment_id
116123
id = davinci_flow.ciam_passwordless_protect_registration_authentication_account_recovery_main_flow.id
124+
log_level = davinci_flow.ciam_passwordless_protect_registration_authentication_account_recovery_main_flow.log_level
117125
name = davinci_flow.ciam_passwordless_protect_registration_authentication_account_recovery_main_flow.name
118126
subflow_link = davinci_flow.ciam_passwordless_protect_registration_authentication_account_recovery_main_flow.subflow_link
119127
}
@@ -129,6 +137,7 @@ output "davinci_flow_ciam_passwordless_protect_threat_detection_subflow" {
129137
description = davinci_flow.ciam_passwordless_protect_threat_detection_subflow.description
130138
environment_id = davinci_flow.ciam_passwordless_protect_threat_detection_subflow.environment_id
131139
id = davinci_flow.ciam_passwordless_protect_threat_detection_subflow.id
140+
log_level = davinci_flow.ciam_passwordless_protect_threat_detection_subflow.log_level
132141
name = davinci_flow.ciam_passwordless_protect_threat_detection_subflow.name
133142
subflow_link = davinci_flow.ciam_passwordless_protect_threat_detection_subflow.subflow_link
134143
}
@@ -144,6 +153,7 @@ output "davinci_flow_ciam_passwordless_protect_verify_email_subflow" {
144153
description = davinci_flow.ciam_passwordless_protect_verify_email_subflow.description
145154
environment_id = davinci_flow.ciam_passwordless_protect_verify_email_subflow.environment_id
146155
id = davinci_flow.ciam_passwordless_protect_verify_email_subflow.id
156+
log_level = davinci_flow.ciam_passwordless_protect_verify_email_subflow.log_level
147157
name = davinci_flow.ciam_passwordless_protect_verify_email_subflow.name
148158
subflow_link = davinci_flow.ciam_passwordless_protect_verify_email_subflow.subflow_link
149159
}
@@ -159,6 +169,7 @@ output "davinci_flow_ootb_basic_profile_management" {
159169
description = davinci_flow.ootb_basic_profile_management.description
160170
environment_id = davinci_flow.ootb_basic_profile_management.environment_id
161171
id = davinci_flow.ootb_basic_profile_management.id
172+
log_level = davinci_flow.ootb_basic_profile_management.log_level
162173
name = davinci_flow.ootb_basic_profile_management.name
163174
subflow_link = davinci_flow.ootb_basic_profile_management.subflow_link
164175
}
@@ -174,6 +185,7 @@ output "davinci_flow_ootb_change_password_subflow_1" {
174185
description = davinci_flow.ootb_change_password_subflow_1.description
175186
environment_id = davinci_flow.ootb_change_password_subflow_1.environment_id
176187
id = davinci_flow.ootb_change_password_subflow_1.id
188+
log_level = davinci_flow.ootb_change_password_subflow_1.log_level
177189
name = davinci_flow.ootb_change_password_subflow_1.name
178190
subflow_link = davinci_flow.ootb_change_password_subflow_1.subflow_link
179191
}
@@ -189,6 +201,7 @@ output "davinci_flow_ootb_device_management_main_flow" {
189201
description = davinci_flow.ootb_device_management_main_flow.description
190202
environment_id = davinci_flow.ootb_device_management_main_flow.environment_id
191203
id = davinci_flow.ootb_device_management_main_flow.id
204+
log_level = davinci_flow.ootb_device_management_main_flow.log_level
192205
name = davinci_flow.ootb_device_management_main_flow.name
193206
subflow_link = davinci_flow.ootb_device_management_main_flow.subflow_link
194207
}
@@ -204,6 +217,7 @@ output "davinci_flow_ootb_device_registration_subflow_1" {
204217
description = davinci_flow.ootb_device_registration_subflow_1.description
205218
environment_id = davinci_flow.ootb_device_registration_subflow_1.environment_id
206219
id = davinci_flow.ootb_device_registration_subflow_1.id
220+
log_level = davinci_flow.ootb_device_registration_subflow_1.log_level
207221
name = davinci_flow.ootb_device_registration_subflow_1.name
208222
subflow_link = davinci_flow.ootb_device_registration_subflow_1.subflow_link
209223
}
@@ -219,6 +233,7 @@ output "davinci_flow_ootb_password_reset_main_flow" {
219233
description = davinci_flow.ootb_password_reset_main_flow.description
220234
environment_id = davinci_flow.ootb_password_reset_main_flow.environment_id
221235
id = davinci_flow.ootb_password_reset_main_flow.id
236+
log_level = davinci_flow.ootb_password_reset_main_flow.log_level
222237
name = davinci_flow.ootb_password_reset_main_flow.name
223238
subflow_link = davinci_flow.ootb_password_reset_main_flow.subflow_link
224239
}

0 commit comments

Comments
 (0)