We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm writing this because I think it would be a good and important feature to be able to manage VNETs as a ressource.
Currently I have to manually create a VNET and then use the network block to "attach" the VM to the VNET.
I want to be able to create a VNET as a resource in Terraform/OpenTofu and then "attach" it to the VM in the network block.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm writing this because I think it would be a good and important feature to be able to manage VNETs as a ressource.
Current method
Currently I have to manually create a VNET and then use the network block to "attach" the VM to the VNET.
Expected method
I want to be able to create a VNET as a resource in Terraform/OpenTofu and then "attach" it to the VM in the network block.
The text was updated successfully, but these errors were encountered: