Ivan Savciuc
Ivan Savciuc
Hi @theurichde and @wanisfahmyDE, are you talking about Project VPC resource `aiven_project_vpc` or VPC peering connection resource, like `aiven_aws_vpc_peering_connection`? Also what version of Aiven TF provider are you using?
Hi @theurichde, Thank you for your reply and for your time investigating this issue. It is a bug on Aiven API, on the creation of a new VPC peering connection...
@theurichde v3 patch is already out, and we will back port it to the v2 in the coming days
@z0r1k, we know about this issue, all user configuration options have the type `string` in Terraform. We auto-generate all of them from the JSON schema you mentioned above. And our...
Hi @gandelman-a, a quick update: we were able to reproduce this issue, it is not that easy, though, and this is related to the Aiven system and has nothing to...
Hello, It looks like there is no error in your case coming from the Aiven API which may help to understand a compatibility issue - more can be found here...
After testing Aiven API Kafka Schema validation endpoint, it looks it sends back an error with explanation only in the situation when a user tries to send a broken Avro...
I think this PR fixes https://github.com/aiven/terraform-provider-aiven/issues/620, WDYT?
Experimenting with namespaces_object, this code works: ``` rules { mapping { name = "test1" filter = "__name__:disk_* host:important-42 mount:!*/sda" namespaces = [ "aggregated_*" ] } } ``` but if I...