fix: switch arguments
This commit is contained in:
parent
35a06a6c93
commit
6c880fb9ce
1 changed files with 3 additions and 4 deletions
|
|
@ -110,10 +110,9 @@ resource "proxmox_virtual_environment_acl" "control_center_storage" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "proxmox_virtual_environment_user_token" "control_center_token" {
|
resource "proxmox_virtual_environment_user_token" "control_center_token" {
|
||||||
user_id = proxmox_virtual_environment_user.control_center_user.user_id
|
user_id = proxmox_virtual_environment_user.control_center_user.user_id
|
||||||
token_id = "gitops"
|
token_name = "gitops"
|
||||||
privsep = false
|
comment = "Stored only on the Control Center VM"
|
||||||
comment = "Stored only on the Control Center VM"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
output "control_center_api_token" {
|
output "control_center_api_token" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue