hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.64k forks source link

Support for Azure HPC Cache #5504

Closed tbugfinder closed 4 years ago

tbugfinder commented 4 years ago

Community Note

Description

Azure released a new service Azure HPC Cache in Nov 2019. Please add this service to the implementation of the azurerm provider. https://azure.microsoft.com/en-us/services/hpc-cache/

New Resource(s)

Potential Terraform Configuration

# N/A

References

aqche commented 4 years ago

I'd be interested in tackling this. Will keep you posted on how it goes.

aqche commented 4 years ago

So it turns out although it is GA, you need to request access to be able to use Azure HPC Cache in your subscriptions. I have some code written but I'm unable to test until my request for access is approved. I'll open a draft PR with what I got so far so if anyone already has access to Azure HPC Cache and want to pick it up from there feel free.

Heads up for project maintainers that you may want to request access to Azure HPC Cache for your subscriptions as well.

aqche commented 4 years ago

Got access to Azure HPC Cache in my subscription and finished getting the PR ready 👍

magodo commented 4 years ago

@aqche Do you have any plan to further support the storage target for hpc? If you have not started yet, then maybe I can help :smile:

aqche commented 4 years ago

@magodo sounds good to me, feel free to pick it up!

ghost commented 4 years ago

This has been released in version 2.1.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.1.0"
}
# ... other configuration ...
ghost commented 4 years ago

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!