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
Additionally, I attempted to change the network_address_detail attribute to using the list of IP addresses but that resulted in a different error -- should I file a separate bug report?
│ Error: Value Conversion Error
│
│ with ome_discovery.non_production,
│ on dome-discovery.tf line 7, in resource "ome_discovery" "non_production":
│ 7: discovery_config_targets = [
│ 8: {
│ 10: network_address_detail = slice(local.non_production_drac_ip_addresses, 0, 10)
│ 11: device_type = ["SERVER"]
│ 12: wsman = {
│ 13: username = "<redacted>"
│ 14: password = "<redacted>"
│ 15: }
│ 16: }]
│
│ An unexpected error was encountered trying to build a value. This is always an error in the provider. Please report the following to the provider developer:
│
│ Received unknown value, however the target type cannot handle unknown values. Use the corresponding `types` package type or a custom type that handles unknown values.
│
│ Path: discovery_config_targets[Value({"device_type":["SERVER"],"network_address_detail":<unknown>,"redfish":<null>,"snmp":<null>,"ssh":<null>,"wsman":{"ca_check":<null>,"cn_check":<null>,"password":"openadmin","port":<null>,"retries":<null>,"timeout":<null>,"username":"<redacted>"}})].network_address_detail
│ Target Type: []basetypes.StringValue
│ Suggested Type: basetypes.ListValue
Originally posted by @cacack in #135
The text was updated successfully, but these errors were encountered: