Azure / terraform-azure-container-apps

A Terraform module to deploy a container app in Azure
https://github.com/Azure/terraform-azure-container-apps
37 stars 24 forks source link

Correct containers' `volume_mounts`'s type. #47

Closed lonegunmanb closed 9 months ago

lonegunmanb commented 9 months ago

Describe your changes

According to the provider's schema, volume_mounts should be a list of object rather than an optional object. This pr correct the variable's type so we can define multiple volume mounts for a container template.

Issue number

000

Checklist before requesting a review

Thanks for your cooperation!