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

Add Azure provider #770

Closed
wants to merge 1 commit into from
Closed

Add Azure provider #770

wants to merge 1 commit into from

Conversation

frodenas
Copy link
Contributor

This PR adds a new Terraform provider: Microsoft Azure. It provides a single resource: azure_virtual_machine. Besides the new provider code, it has acceptance tests for the resource and the corresponding documentation.

It has several constrains:

  • It only supports creating Linux virtual machines
  • It doesn't support updates on the resource
  • Doesn't include support for networks/reserved IP address/disks/...
  • The hosted/cloud service name must the same as the virtual machine

This PR depends on Azure/azure-sdk-for-go#8, so it is NOT yet merge-able, but I want to gather some feedback in the meantime.

This fixes #238.

@keithchambers
Copy link

This PR no longer blocked on Azure/azure-sdk-for-go#8 (see Azure/azure-sdk-for-go#18).

Thanks @fordenas !

@phinze phinze self-assigned this Jan 30, 2015
@phinze
Copy link
Contributor

phinze commented Jan 30, 2015

Pulling this down now. Rebases cleanly. Signing up for some Azure right now to verify the acceptance tests. 💃

@phinze
Copy link
Contributor

phinze commented Jan 30, 2015

Merged in #899 🙆‍♀️

@phinze phinze closed this Jan 30, 2015
@frodenas frodenas deleted the azure_provider branch January 30, 2015 22:43
@frodenas
Copy link
Contributor Author

Thanks @phinze!

@keithchambers
Copy link

+1

@ghost
Copy link

ghost commented May 4, 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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

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

Successfully merging this pull request may close these issues.

Add support for Azure
3 participants