renaming tarpit
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s

This commit is contained in:
shockrah 2025-05-21 21:36:48 -07:00
parent d4ece741e0
commit 506a9b32d9

View File

@ -18,7 +18,7 @@ resource vultr_instance tarpit {
ssh_key_ids = [ vultr_ssh_key.host.id ]
firewall_group_id = vultr_firewall_group.host.id
label = "Websites"
label = "Tarpit"
}