-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Team,
We were trying to deploy, Connector/CVO resources in azure using terraform cloud manager provider 22.12.0(latest in
TF registry),however
due to policy violation I was unable to apply the code,
Message="The template deployment failed because of
policy violation. Please see
details for more information."Please create all Storage Accounts with Infrastructure Encryption
enabled.'
Our Company recently applied azure policy at company(tenant) level to have Infrastructure encryption enabled for all
storage accounts, due to security compliance.
Upon checking, Cloud manager 22.12.0 provider doesn't have this argument to specify
in TF code, in both cloumanger connector & CVO resources..
Please help to update this argument, from
cloudmanager provider so we can update the code and try deploying Connector/CVO instance.
Argument:
**[infrastructure_encryption_enabled = True/False]
- (Optional) Is infrastructure encryption enabled? Changing this forces a new resource to be created. Defaults to false.**(https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account#infrastructure_encryption_enabled)
Regards,Sathish