TL;DR
I have an instance template with multiple NICs and a compute instance that uses that instance template. The instance created matches everything on the instance template but the number of NICs.
Expected behavior
All configurations in the instance template to be applied in the instance created including all subnets in the instance template.
Observed behavior
I can see that the instance template is properly created because if I use the console to create the instance using the same instance template, the instance is properly created with all the subnets (NICs).
Terraform Configuration
- Create instance template with multiple interfaces using the proper module
- Create an instance with compute_instance module using the instance template previously created
Terraform Version
Additional information
No response
TL;DR
I have an instance template with multiple NICs and a compute instance that uses that instance template. The instance created matches everything on the instance template but the number of NICs.
Expected behavior
All configurations in the instance template to be applied in the instance created including all subnets in the instance template.
Observed behavior
I can see that the instance template is properly created because if I use the console to create the instance using the same instance template, the instance is properly created with all the subnets (NICs).
Terraform Configuration
Terraform Version
Additional information
No response