diff options
author | Alec Warner <antarus@gentoo.org> | 2018-12-27 13:08:46 -0500 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2019-08-09 11:07:13 -0700 |
commit | 731b2acfe603c993e7582dbc030bea7be6fb0315 (patch) | |
tree | 625fa5d4f56524f562e68236efc4ebaa665b8722 | |
parent | Add a default network to make firewall happy. (diff) | |
download | antarus-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.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" } |