mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops(freeipa): fix tags
This commit is contained in:
parent
53b187dd7e
commit
bb4af4a54f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ resource "terraform_data" "proxmox_reimu_config" {
|
|||
resource "proxmox_virtual_environment_vm" "freeipa" {
|
||||
name = "freeipa"
|
||||
description = "FreeIPA, our identity management system"
|
||||
tags = ["terraform", "ubuntu"]
|
||||
tags = ["tf"]
|
||||
|
||||
node_name = "reisen"
|
||||
vm_id = 202
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue