We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b63ed9 commit ecdfe25Copy full SHA for ecdfe25
main.tf
@@ -14,11 +14,6 @@
14
* limitations under the License.
15
*/
16
17
-locals {
18
- network_self_link = var.create_network ? google_compute_network.network[0].self_link : data.google_compute_network.network[0].self_link
19
- network_name = var.create_network ? google_compute_network.network[0].name : data.google_compute_network.network[0].name
20
-}
21
-
22
/******************************************
23
VPC configuration
24
*****************************************/
0 commit comments