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
│ with pagerduty_incident_type_custom_field.this,
│ on main.tf line 10, in resource "pagerduty_incident_type_custom_field" "this":
│ 10: field_type = var.field_type
│
│ field_type must be single_value when data_type is
If I replace either 'data_type = var.data_type' with data_type = "string" or field_options = var.field_options with `field_options = "single_value_fixed" it proceeds without any errors.