crossplane-contrib / provider-upjet-azure

Official Azure Provider for Crossplane by Upbound.
Apache License 2.0
57 stars 74 forks source link

Request for `azurerm_storage_container_immutability_policy` resource #804

Open Mikel-Landa opened 2 weeks ago

Mikel-Landa commented 2 weeks ago

What resource do you need?

Terraform Resource Name:

azurerm_storage_container_immutability_policy

What is your use case?

I need the resource to make regulation-compliant blob storage.

I would be have to contribute the resource, but it's not even in config/externalnamenottested.go, so not sure how to proceed here.

turkenf commented 2 weeks ago

I would be have to contribute the resource, but it's not even in config/externalnamenottested.go, so not sure how to proceed here.

Hi @Mikel-Landa, thank you for bringing up this. We have a guide for adding a new resource, you can check from there.