You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make external_id a required var in webhook-datasource module (#26)
Change summary:
----------------
The external_id variable was made optional so as to not break
onboarding backend. In the backend, we always ensure passing
the external_id to the module, because if not provided, the
validation for the same would fail via WIF.
Making this required now (as it should be) since backend is all merged.
Copy file name to clipboardExpand all lines: modules/services/webhook-datasource/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ No modules.
70
70
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| (Required) Target Project identifier provided by the customer |`string`| n/a | yes |
71
71
| <aname="input_push_endpoint"></a> [push\_endpoint](#input\_push\_endpoint)| (Required) Final endpoint towards which audit logs POST calls will be directed |`string`| n/a | yes |
72
72
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| (Optional) Role name for custom role binding to the service account, with read permissions for data ingestion resources |`string`|`"SysdigIngestionAuthRole"`| no |
73
-
| <aname="input_external_id"></a> [external\_id](#input\_external\_id)| (Optional) Random string generated unique to a customer |`string`|`""`|no|
73
+
| <aname="input_external_id"></a> [external\_id](#input\_external\_id)| (Required) Random string generated unique to a customer |`string`|n/a|yes|
74
74
| <aname="input_suffix"></a> [suffix](#input\_suffix)| (Optional) Suffix to uniquely identify resources during multiple installs. If not provided, random value is autogenerated |`string`|`null`| no |
0 commit comments