Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Commit 855dfd1

Browse files
Another typo fix
1 parent 74882ae commit 855dfd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/terraform/test-nexus.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
resource "google_compute_firewall" "jumpbox-to-gerrit" {
2-
name = "${var.env_id}-jumpbox-to-gerrit"
1+
resource "google_compute_firewall" "jumpbox-to-nexus" {
2+
name = "${var.env_id}-jumpbox-to-nexus"
33
network = "${google_compute_network.bbl-network.name}"
44

55
source_tags = ["${var.env_id}-jumpbox"]

0 commit comments

Comments
 (0)