# module.kafka_topics.kafka_acl.acl[0] will be created
+ resource "kafka_acl" "acl" {
+ acl_host = "*"
+ acl_operation = "Describe"
+ acl_permission_type = "Allow"
+ acl_principal = "User:test"
+ id = (known after apply)
+ resource_name = "test-group-"
+ resource_pattern_type_filter = "Literal"
+ resource_type = "Group"
}
TF_LOG DEBUG shows
2024-08-16T14:25:35.521+0300 [WARN] Provider "registry.terraform.io/mongey/kafka" produced an invalid plan for module.kafka_topics.kafka_acl.acl[0], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
.resource_pattern_type_filter: planned value cty.StringVal("Literal") for a non-computed attribute
module version v0.7.1 MSK on aws kafka 3.6.0 terraform v1.9.4 using sasl_aws_profile
TF_LOG DEBUG shows 2024-08-16T14:25:35.521+0300 [WARN] Provider "registry.terraform.io/mongey/kafka" produced an invalid plan for module.kafka_topics.kafka_acl.acl[0], but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: