We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error when updating workload_settings. The resource gets created ok in the state file on "apply".
Error: not-acceptable: │ Token: input_validation_error │ Message: Input validation failed. Details: {The property '#/workload_disconnected_timeout_seconds/0' contains additional properties ["ven_type"] outside of the schema when none are allowed in schema settings_workload.schema.json#} │ │ │ with illumio-core_workload_settings.example, │ on resource.tf line 1, in resource "illumio-core_workload_settings" "example": │ 1: resource "illumio-core_workload_settings" "example" {
resource "illumio-core_workload_settings" "example" { workload_disconnected_timeout_seconds { value = 3599 }
workload_goodbye_timeout_seconds { value = 900 } }
The text was updated successfully, but these errors were encountered:
Can you specify the PCE and provider versions you're using?
Sorry, something went wrong.
No branches or pull requests
Getting error when updating workload_settings.
The resource gets created ok in the state file on "apply".
Actual Result
Error: not-acceptable:
│ Token: input_validation_error
│ Message: Input validation failed. Details: {The property '#/workload_disconnected_timeout_seconds/0' contains additional properties ["ven_type"] outside of the schema when none are allowed in schema settings_workload.schema.json#}
│
│
│ with illumio-core_workload_settings.example,
│ on resource.tf line 1, in resource "illumio-core_workload_settings" "example":
│ 1: resource "illumio-core_workload_settings" "example" {
resource "illumio-core_workload_settings" "example" {
workload_disconnected_timeout_seconds {
value = 3599
}
workload_goodbye_timeout_seconds {
value = 900
}
}
System Information
The text was updated successfully, but these errors were encountered: