sl1pm4t / k2tf

Kubernetes YAML to Terraform HCL converter
Mozilla Public License 2.0
1.17k stars 108 forks source link

Missing ClusterRole.AggregationRule #81

Closed curtbushko closed 2 years ago

curtbushko commented 2 years ago

k2tf --version
k2tf version: 0.5.0

When running k2tf against some yaml I am getting the warning of:

4:32PM Warn | excluding attribute [kubernetes_cluster_role.aggregation_rule] not found in Terraform schema  field=ClusterRole.AggregationRule name=source_observer type=kubernetes_cluster_role

Is it possible to get a schema update for this extremely valuable tool?

sl1pm4t commented 2 years ago

Hi @curtbushko - yes a schema update is long over due. I'll try work on this soon.

sl1pm4t commented 2 years ago

Fixed by #85 and #86

curtbushko commented 2 years ago

@sl1pm4t Thanks so much for fixing this! It is very much appreciated!