Azure / caf-terraform-landingzones-accelerator

Starter project for Applications (level 4) Cloud Adoption Framework for Azure landing zones on Terraform
MIT License
205 stars 233 forks source link

Update the ApiVersion to v1 #44

Open rupanjanam opened 3 years ago

rupanjanam commented 3 years ago

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

mosabami commented 3 years ago

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