You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use meta arguments (for_each and count) with this module to achieve any requirement. This module is more of a general purpose and can be utilised for more complex scenarios using meta arguments. Please check this link for more information. https://www.terraform.io/language/meta-arguments/for_each
Hi @kumarvna I don't think you understand the issue here. You can't use VNET for the VM if it's deployed in the different resource group. the module assumes that the VNET is deployed in the same resource group as the VM will be. subnet_id parameter would resolve this.
This is preventing me from using this module.
Hi,
Instead of having local data on vnet:
would you please consider having the possibility to provide network map as input to the module.
I am using a map like this to
to create an environment specific map of vnet and subnet ids.
This would help keeping vnet data consistently in one "module" and also support cases where VNETs and VMs are in different resource groups.
The text was updated successfully, but these errors were encountered: