This repository was archived by the owner on Jul 17, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11resource "google_compute_firewall" "jumpbox-to-gerrit" {
2- name = " ${ var . env_id } -jumpbox-to-gerrit"
3- network = " ${ google_compute_network . bbl-network . name } "
2+ name = " ${ var . env_id } -jumpbox-to-gerrit"
3+ network = " ${ google_compute_network . bbl-network . name } "
4+ description = " Jumpbox to Gerrit for test jobs"
45
56 source_tags = [" ${ var . env_id } -jumpbox" ]
67
Original file line number Diff line number Diff line change 11resource "google_compute_firewall" "jumpbox-to-jenkins" {
22 name = " ${ var . env_id } -jumpbox-to-jenkins"
33 network = " ${ google_compute_network . bbl-network . name } "
4+ description = " Jumpbox to Jenkins for test jobs"
45
56 source_tags = [" ${ var . env_id } -jumpbox" ]
67
Original file line number Diff line number Diff line change 11resource "google_compute_firewall" "jumpbox-to-nexus" {
22 name = " ${ var . env_id } -jumpbox-to-nexus"
33 network = " ${ google_compute_network . bbl-network . name } "
4+ description = " Jumpbox to Nexus for test jobs"
45
56 source_tags = [" ${ var . env_id } -jumpbox" ]
67
Original file line number Diff line number Diff line change 11resource "google_compute_firewall" "jumpbox-to-sonarqube" {
2- name = " ${ var . env_id } -jumpbox-to-sonarqube"
3- network = " ${ google_compute_network . bbl-network . name } "
2+ name = " ${ var . env_id } -jumpbox-to-sonarqube"
3+ network = " ${ google_compute_network . bbl-network . name } "
4+ description = " Jumpbox to Sonarqube for test jobs"
45
56 source_tags = [" ${ var . env_id } -jumpbox" ]
67
You can’t perform that action at this time.
0 commit comments