diff options
Diffstat (limited to 'src/infra.gentoo.org/rsync.tf')
-rw-r--r-- | src/infra.gentoo.org/rsync.tf | 1 |
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" } |