Skip to content

Commit ecdfe25

Browse files
committed
Remove unused locals from main.tf
1 parent 1b63ed9 commit ecdfe25

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

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-
2217
/******************************************
2318
VPC configuration
2419
*****************************************/

0 commit comments

Comments
 (0)