Skip to content

Commit

Permalink
Add missing tags for vultr server
Browse files Browse the repository at this point in the history
  • Loading branch information
MU-Software committed Jan 6, 2025
1 parent 895959a commit 77a4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mudev-vultr-1/infrastructures/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "vultr_instance" "mudev_vultr_ubuntu_1" {
os_id = 365
backups = "disabled"
ddos_protection = false
tags = ["Terraform"]
tags = ["Game & Database", "Terraform"]
}

output "mudev_vultr_1_public_ip" {
Expand Down

0 comments on commit 77a4ed7

Please sign in to comment.