`kubernetes_pod_security_policy.spec.supplemental_group.range` not supported
flokli opened this issue · 0 comments
flokli commented
Trying to import https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/7e8359ce4f118bc5456959b5302cefdb26d1f7eb/deploy/standalone-install.yaml
returns the following warnings:
5:50PM Warn | excluding attribute [kubernetes_pod_security_policy.spec.supplemental_group.range] not found in Terraform schema field=PodSecurityPolicy.Spec.SupplementalGroups.Ranges name=kubelet_serving_cert_approver type=kubernetes_pod_security_policy
5:50PM Warn | excluding attribute [kubernetes_pod_security_policy.spec.supplemental_group] not found in Terraform schema field=PodSecurityPolicy.Spec.SupplementalGroups name=kubelet_serving_cert_approver type=kubernetes_pod_security_policy
If I run k2tf
with --include-unsupported
, I need to rename the supplemental_group
block to supplemental_groups
.