Semplificato codice per uscita dati.
This commit is contained in:
parent
2ed3e17ecd
commit
f0cfd8df2e
1 changed files with 1 additions and 1 deletions
|
@ -58,4 +58,4 @@ ct=proxmox.ct.Container(conf.ct.name,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
pulumi.export("id", pulumi.Output.all(ct.id).apply(lambda x: x[0]))
|
pulumi.export("id", ct.id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue