Azure/caf-terraform-landingzones-accelerator

Update the ApiVersion to v1

rupanjanam opened this issue · 1 comments

The current Api version is:
rbac.authorization.k8s.io/v1beta1

The following Warning appears due to this:
ClusterRole is deprecated in v1.17+, unavailable in v1.22+

The Api version needs to be updated to:
rbac.authorization.k8s.io/v1

@rjnmylife is this issue fixed in the latest version of the implementation?