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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
panic: cannot generate crd for resource datadog_synthetics_test: cannot build types for Test: cannot build the Types: cannot infer type from schema of field options_list: cannot infer type from resource schema of element type of Test.OptionsList: cannot infer type from schema of field rum_settings: cannot infer type from resource schema of element type of Test.OptionsList.RumSettings: got type "*float64" for field "ClientTokenID", only types "string", "*string", []string, []*string, "map[string]string" and "map[string]*string" supported as sensitive
Above issue occurred as one of the resource introduced sensitive field of data type number and terrajet do not support numeric sensitive fields.
How could Terrajet help solve your problem?
Enhance NewSensitiveField to support numeric data type to be precise float64.