summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"
}