Azure / caf-terraform-landingzones

This solution, offered by the Open-Source community, will no longer receive contributions from Microsoft. Customers are encouraged to transition to Microsoft Azure Verified Modules for continued support and updates from Microsoft. Please note, this repository is scheduled for decommissioning and will be removed on July 1, 2025.
https://github.com/aztfmod/caf-terraform-landingzones
MIT License
761 stars 666 forks source link

Add resource_provider_registration #505

Closed olandese closed 1 year ago

olandese commented 1 year ago

Description

Add resource_provider_registration, this was missing

Does this introduce a breaking change

Testing

Create a tfvars file with this:

resource_provider_registration = {
  encryption_at_host = {
    name = "Microsoft.Compute"
    feature_name = "EncryptionAtHost"
    registered = true
  }
}