From 731b2acfe603c993e7582dbc030bea7be6fb0315 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Thu, 27 Dec 2018 13:08:46 -0500 Subject: Update description. Terraform wants to recreate the network to wipe the description and we do not want that. Signed-off-by: Alec Warner --- src/infra.gentoo.org/rsync.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/infra.gentoo.org/rsync.tf b/src/infra.gentoo.org/rsync.tf index 795926e..6c90fba 100644 --- a/src/infra.gentoo.org/rsync.tf +++ b/src/infra.gentoo.org/rsync.tf @@ -83,4 +83,5 @@ resource "google_compute_firewall" "rsync-in" { resource "google_compute_network" "default" { name = "default" + description = "Default network for the project" } -- cgit v1.2.3-65-gdbad