-
Notifications
You must be signed in to change notification settings - Fork 53
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
VM NICs are not attached anymore #289
Comments
treywelsh
added a commit
that referenced
this issue
Jun 14, 2022
This was referenced Jun 14, 2022
treywelsh
added a commit
that referenced
this issue
Jun 23, 2022
treywelsh
added a commit
that referenced
this issue
Jun 23, 2022
7 tasks
treywelsh
added a commit
that referenced
this issue
Jun 28, 2022
treywelsh
added a commit
that referenced
this issue
Jun 28, 2022
#304 explains why we didn't see the problem via the acceptance tests |
treywelsh
added a commit
that referenced
this issue
Jun 28, 2022
frousselet
pushed a commit
that referenced
this issue
Jun 28, 2022
frousselet
pushed a commit
that referenced
this issue
Jun 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Terraform Version
Provider version 0.5.0
Tested against terraform 0.15.5
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
A NIC should be attached
Actual Behavior
No NICS are attached to the virtual machine.
It's due to some refactoring I did around VM, template and virtual router related resources. I tried to mutualize as much code as I can but I forgot the piece of code that generate the NIC template
Steps to Reproduce
terraform apply
Important Factoids
References
The problem was introduced by #170
The text was updated successfully, but these errors were encountered: