Open GavinCS opened 2 years ago
@GavinCS Late response, sorry. If this is still an issue for you then try adding all the quota properties to the root "apigee_product" "product"
block as well.
This probably merits some cleanup in the provider code to only move the quota variables inside of the operation schema, but it would be a breaking change as of now.
Given the below terraform setting a quota on an operation results in the following errors
Looking at resource_product line 49 I see
RequiredWith
is used, which I don't see in schema behaviours for the terraform sdkv2.Not sure if this is where the issue lies?