This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
private_endpoint/private_service_connection is invalid - reporting "request_message" attribute must not be empty #77
Labels
bug
Something isn't working
Is there an existing issue for this?
Greenfield/Brownfield provisioning
brownfield
Terraform Version
1.5.7
Module Version
0.1.3
AzureRM Provider Version
3.109.0
Affected Resource(s)/Data Source(s)
azurerm_private_endpoint
Terraform Configuration Files
tfvars variables values
n/a
Debug Output/Panic Output
Expected Behaviour
it should create the private endpoint even without a request_message as the attribute is supposed to be optional
Actual Behaviour
produces error indicating request_message is required
Steps to Reproduce
terraform apply
Important Factoids
n/a
References
request_message is supposed to be optional: https://registry.terraform.io/providers/hashicorp/azurerm/3.109.0/docs/resources/private_endpoint#request_message
but I found a somewhat similar issue reported here: hashicorp/terraform-provider-azurerm#23763
and one of the contributors to the azurerm provider indicates that it actually is required: hashicorp/terraform-provider-azurerm#23763 (comment)
Which is more a problem with the azurerm documentation than with this module but I assume this module will have to adapt.
The text was updated successfully, but these errors were encountered: