Manuel Vogel
Manuel Vogel
see https://github.com/edenhill/librdkafka/issues/3105 for details
## Details An example of - how to use this function instead of the old `ValidateFunc` - and how to test it would be helpful. Currently, I cannot get it...
### Terraform Version ``` Terraform v0.11.8 ``` ### Terraform Configuration Files ```hcl "ports": &schema.Schema{ Type: schema.TypeSet, Optional: true, ForceNew: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "internal": &schema.Schema{ Type: schema.TypeInt, Required: true,...
Currently `Computed` within lists work but no in sets. Each time they give a dirty plan due to the hash change. Steps to reproduce are in the branch: https://github.com/terraform-providers/terraform-provider-docker/tree/investigate-type-set-list-fail
## Current behavior Given the schema entry with the surrounding type is and all attributes are `Computed: true,`: ```go "network_data": { Type: schema.TypeList, Description: "The data of the networks the...
## Current behavior Given the schema entry: ```go "rm": { Type: schema.TypeBool, Description: "If true, then the container will be automatically removed after his execution.", Default: false, Optional: true, },...
## Current behavior The descriptions of the nested elements are only rendered in the markdown of the ` resources`, but not the `datasources`. - The schema: ```go "ipam_config": { Type:...
This issue was originally opened by @schlitzered as https://github.com/hashicorp/terraform-provider-docker/issues/139. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is...
This issue was originally opened by @Morodar as https://github.com/hashicorp/terraform-provider-docker/issues/277. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...