ChristianAnke

Results 3 issues of ChristianAnke

When configuring an EndpointSlice with addressType "FQDN" it will be correctly configured. https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/ Currently the following configuration is accepted, but not working when accessing the Ingress endpoint: ``` apiVersion: v1...

kind/bug
lifecycle/frozen
triage/needs-information
needs-triage
needs-priority

### Terraform Version v1.5.5 ### Affected Resource(s) - bitbucket_branch_restriction ### Terraform Configuration Files ```hcl resource "bitbucket_branch_restriction" "push" { branch_match_kind = "glob" branch_type = null kind = "push" owner = "me"...

It would be helpful if for properties which come from a configtree the placeholders will be replaced. Currently this seems to be blocked by the `ConfigTreePropertySource` producing non `String` results...

type: enhancement