Closed magodo closed 4 years ago
This has been released in version 2.4.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:
provider "azurerm" {
version = "~> 2.4.0"
}
# ... other configuration ...
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
Community Note
Description
Now that #5504 has been addressed, we have got
azurerm_hpc_cache
supported. To complement the use case for hpc cache, we might need to also support storage target for the hpc cache.Currently hpc cache has two choices of storage target: nfs and blob container. I propose to add two resources for them accordingly.
New or Affected Resource(s)
azurerm_hpc_cache_blob_target
azurerm_hpc_cache_nfs_target
Potential Terraform Configuration