Skip to content

Commit

Permalink
fix: reduce labels
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Jan 25, 2025
1 parent 304dc5c commit d078d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/oci/modules/always_free/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "tailscale_tailnet_key" "tailscale_key" {
reusable = true
preauthorized = true
recreate_if_invalid = "always"
tags = ["${var.instance_shape}", "OCI", "Always-Free-VM"]
tags = ["tag:oci", "tag:always-free"]
}

resource "oci_core_instance" "instance" {
Expand Down

0 comments on commit d078d8b

Please sign in to comment.