sparse-intern-71089
01/19/2023, 10:34 AMincalculable-napkin-4298
01/19/2023, 11:11 AMlimited-rainbow-51650
04/14/2023, 11:00 AMk8s_resource_provider = local.Command(
"k8s_resource_provider",
create="./provider.sh register 'Microsoft.Kubernetes'",
delete="./provider.sh unregister 'Microsoft.Kubernetes'",
)
With the attached script. Remark that registering/unregistering these providers is for your whole Azure subscription so don't run this in multiple stacks working in the same subscription.incalculable-napkin-4298
04/14/2023, 11:38 AM