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
Correct, in the v2 module we have removed the ability to invoke the root module without creating networks. This means the create_network variable is no longer functional and should be removed (bug).
If you want to create subnets without creating the network itself, you should invoke the submodule like the root module does.
[x:~/terraform-modules/terraform-google-network] master 7s ± grep -r "create_network" * CHANGELOG.md: data source attributes when
create_network=
true. [#94] variables.tf:variable "create_network" { [x:~/terraform-modules/terraform-google-network] master ±
When running plan in 2.1.1 it said it would re-create the network.
The text was updated successfully, but these errors were encountered: