summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2018-12-27 13:08:46 -0500
committerAlec Warner <antarus@gentoo.org>2019-08-09 11:07:13 -0700
commit731b2acfe603c993e7582dbc030bea7be6fb0315 (patch)
tree625fa5d4f56524f562e68236efc4ebaa665b8722
parentAdd a default network to make firewall happy. (diff)
downloadantarus-731b2acfe603c993e7582dbc030bea7be6fb0315.tar.gz
antarus-731b2acfe603c993e7582dbc030bea7be6fb0315.tar.bz2
antarus-731b2acfe603c993e7582dbc030bea7be6fb0315.zip
Update description.
Terraform wants to recreate the network to wipe the description and we do not want that. Signed-off-by: Alec Warner <antarus@gentoo.org>
-rw-r--r--src/infra.gentoo.org/rsync.tf1
1 files changed, 1 insertions, 0 deletions
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"
}