You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No error. Argument not missing because it is optional.
An encryption block supports the following:
[user_assigned_identity_id] - (Optional) The User Assigned Managed Identity ID to be used for accessing the Customer Managed Key for encryption.
[key_source] - (Optional) The source of the encryption key. Possible values are Microsoft.Automation and Microsoft.Keyvault.
[key_vault_key_id] - (OPTIONAL) The ID of the Key Vault Key which should be used to Encrypt the data in this Automation Account. Required when key_source is set to Microsoft.Keyvault.
Actual Behaviour
Error: Missing required argument
The argument "key_vault_key_id" is required, but no definition was found.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.5
AzureRM Provider Version
3.43
Affected Resource(s)/Data Source(s)
azurerm_automation_account
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No error. Argument not missing because it is optional.
An encryption block supports the following:
[user_assigned_identity_id] - (Optional) The User Assigned Managed Identity ID to be used for accessing the Customer Managed Key for encryption.
[key_source] - (Optional) The source of the encryption key. Possible values are Microsoft.Automation and Microsoft.Keyvault.
[key_vault_key_id] - (OPTIONAL) The ID of the Key Vault Key which should be used to Encrypt the data in this Automation Account. Required when key_source is set to Microsoft.Keyvault.
Actual Behaviour
Error: Missing required argument
The argument "key_vault_key_id" is required, but no definition was found.
Steps to Reproduce
terraform plan
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/automation_account
The text was updated successfully, but these errors were encountered: