Skip to content
New issue

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

Unable to update workload_settings #42

Open
vvaj opened this issue Mar 24, 2023 · 1 comment
Open

Unable to update workload_settings #42

vvaj opened this issue Mar 24, 2023 · 1 comment

Comments

@vvaj
Copy link

vvaj commented Mar 24, 2023

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

@dsommerville-illumio
Copy link
Contributor

Can you specify the PCE and provider versions you're using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants