Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Azure HPC Cache #5504

Closed
tbugfinder opened this issue Jan 23, 2020 · 7 comments · Fixed by #5528
Closed

Support for Azure HPC Cache #5504

tbugfinder opened this issue Jan 23, 2020 · 7 comments · Fixed by #5528

Comments

@tbugfinder
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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)

  • azurerm_hpc_cache

Potential Terraform Configuration

# N/A

References

@aqche
Copy link
Contributor

aqche commented Jan 25, 2020

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

@aqche
Copy link
Contributor

aqche commented Jan 26, 2020

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
Copy link
Contributor

aqche commented Jan 31, 2020

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

@magodo
Copy link
Collaborator

magodo commented Mar 2, 2020

@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 😄

@aqche
Copy link
Contributor

aqche commented Mar 2, 2020

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

@katbyte katbyte added this to the v2.1.0 milestone Mar 5, 2020
katbyte added a commit that referenced this issue Mar 5, 2020
Fixes: #5504

Adds the azurerm_hpc_cache resource.
@ghost
Copy link

ghost commented Mar 11, 2020

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
Copy link

ghost commented Apr 5, 2020

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 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants