Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2ec4b3

Browse files
authored
Create Palo Alto Networks: VM-Series Network Tags and TCP UDP Internal Load Balancing
1 parent 1fec8e1 commit d2ec4b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
git clone https://github.com/wwce/gcp-vmseries-tf-ilbnh-tags
2+
cd gcp-vmseries-tf-ilbnh-tags
3+
terraform init
4+
terraform apply
5+
gcloud compute instances remove-tags us-east1-vm --tags=$(gcloud compute instances describe us-east1-vm --zone=us-east1-b --format="value(tags.items.join(','))")
6+
gcloud compute instances add-tags us-east1-vm --tags=us-east1-fw,us-west1-fw

0 commit comments

Comments
 (0)