Skip to content

Commit 8665632

Browse files
author
Platform Automation
committed
refactor: standardise GCE instance network tags
1 parent f26a852 commit 8665632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/gcp-service-base/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "google_compute_instance" "service" {
2020
subnetwork = var.subnet
2121
}
2222

23-
tags = [var.service_name, "allow-ssh"]
23+
tags = ["svc-${var.service_name}-prod", "allow-ssh"]
2424

2525
metadata_startup_script = <<-EOF
2626
#!/bin/bash

0 commit comments

Comments
 (0)