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
When using a region randomizer, the schema validation fails with the following error. This is because the location value is known after apply.
embedded schema validation failed: the argument "body" is invalid:
│ `location` is required, but no definition was found
│ You can try to update `azapi` provider to the latest version or disable the validation using the feature flag `schema_validation_enabled = false` within the resource block
I suspect this is due to the JSON serialization. Is it possible to do anything about this?
I cannot set schema_validation_enabled because the resource is inside a module and the developer has not exposed this attribute.
The text was updated successfully, but these errors were encountered:
When using a region randomizer, the schema validation fails with the following error. This is because the location value is known after apply.
I suspect this is due to the JSON serialization. Is it possible to do anything about this?
I cannot set schema_validation_enabled because the resource is inside a module and the developer has not exposed this attribute.
The text was updated successfully, but these errors were encountered: