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

Change linux resource to azure_linux_virtual_machine #4

Closed
JeffGiroux opened this issue Feb 9, 2022 · 3 comments · Fixed by #12
Closed

Change linux resource to azure_linux_virtual_machine #4

JeffGiroux opened this issue Feb 9, 2022 · 3 comments · Fixed by #12
Labels
Backlog Moved to PD Jira board enhancement New feature or request

Comments

@JeffGiroux
Copy link

The BIG-IP is deployed now with the azurerm_virtual_machine resource. There is a new resource that has greater flexibilty called https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine. Please look into updating the module to support this.

@JeffGiroux
Copy link
Author

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_machine

Note:
The azurerm_virtual_machine resource has been superseded by the azurerm_linux_virtual_machine and azurerm_windows_virtual_machine resources. The existing azurerm_virtual_machine resource will continue to be available throughout the 2.x releases however is in a feature-frozen state to maintain compatibility - new functionality will instead be added to the azurerm_linux_virtual_machine and azurerm_windows_virtual_machine resources.

@trinaths
Copy link
Collaborator

Created [INFRAANO-703] for internal tracking.

@trinaths trinaths added enhancement New feature or request Backlog Moved to PD Jira board labels Mar 11, 2022
@RavinderReddyF5
Copy link
Collaborator

@JeffGiroux fixed in v1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Moved to PD Jira board enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants