Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network version = "3.0.1-rc4" -> version = "3.0.1-rc6" #1210

Open
polly73 opened this issue Dec 23, 2024 · 1 comment
Open

network version = "3.0.1-rc4" -> version = "3.0.1-rc6" #1210

polly73 opened this issue Dec 23, 2024 · 1 comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented resource/qemu Issue or PR related to Qemu resource type/documentation This issue/PR is mainly about documentation

Comments

@polly73
Copy link

polly73 commented Dec 23, 2024

Hallo,
it seem the provider does not accept names in networkconfig anymore
my code->
network { bridge = "lan" model = "virtio" }
results in
The argument "id" is required, but no definition was found.
the documentation does not describe that currently
https://registry.terraform.io/providers/Telmate/proxmox/latest/docs/guides/cloud-init%2520getting%2520started

best regards
Stephan

@polly73 polly73 changed the title networversion = "3.0.1-rc4" -> version = "3.0.1-rc6" network version = "3.0.1-rc4" -> version = "3.0.1-rc6" Dec 23, 2024
@Tinyblargon
Copy link
Collaborator

@polly73 looks like we forgot to update the document after we added the id property. Thanks for letting me know.

The id is the number of the network interface, so net0, net1, net2.

@Tinyblargon Tinyblargon added type/documentation This issue/PR is mainly about documentation issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented resource/qemu Issue or PR related to Qemu resource labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented resource/qemu Issue or PR related to Qemu resource type/documentation This issue/PR is mainly about documentation
Projects
None yet
Development

No branches or pull requests

2 participants