diff options
author | Alec Warner <antarus@gentoo.org> | 2018-12-27 10:57:28 -0500 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2018-12-27 10:57:28 -0500 |
commit | 77ffb68ed52fb07cc9ee00d70e867abab177d672 (patch) | |
tree | 902fa2b06e5f0e72e64de82e715d39a40caa6f81 | |
parent | Start of terraform config. (diff) | |
download | antarus-77ffb68ed52fb07cc9ee00d70e867abab177d672.tar.gz antarus-77ffb68ed52fb07cc9ee00d70e867abab177d672.tar.bz2 antarus-77ffb68ed52fb07cc9ee00d70e867abab177d672.zip |
Strip the IP so we can auto-allocate an IP.
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rw-r--r-- | src/infra.gentoo.org/rsync.tf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/infra.gentoo.org/rsync.tf b/src/infra.gentoo.org/rsync.tf index 77ef342..1f56160 100644 --- a/src/infra.gentoo.org/rsync.tf +++ b/src/infra.gentoo.org/rsync.tf @@ -40,7 +40,6 @@ resource "google_compute_instance_template" "rsync-node-template" { network_interface { network = "default" access_config { - nat_ip = "35.211.168.167" network_tier = "STANDARD" } } |