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

Missing Fields in routeros_interface_wireguard_peer #332

Closed
durandguru opened this issue Jan 12, 2024 · 1 comment
Closed

Missing Fields in routeros_interface_wireguard_peer #332

durandguru opened this issue Jan 12, 2024 · 1 comment
Labels
bug Something isn't working released

Comments

@durandguru
Copy link
Contributor

Describe the bug
│ Warning: Field 'private_key' not found in the schema

│ with routeros_interface_wireguard_peer.rw-peer["211"],
│ on interface-wireguard-rw-peers.tf line 1, in resource "routeros_interface_wireguard_peer" "rw-peer":
│ 1: resource "routeros_interface_wireguard_peer" "rw-peer" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'private_key': '' ◁

│ (and 25 more similar warnings elsewhere)

│ Warning: Field 'client_endpoint' not found in the schema

│ with routeros_interface_wireguard_peer.rw-peer["211"],
│ on interface-wireguard-rw-peers.tf line 1, in resource "routeros_interface_wireguard_peer" "rw-peer":
│ 1: resource "routeros_interface_wireguard_peer" "rw-peer" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'client_endpoint': '' ◁

│ (and 25 more similar warnings elsewhere)

│ Warning: Field 'dynamic' not found in the schema

│ with routeros_interface_wireguard_peer.rw-peer["211"],
│ on interface-wireguard-rw-peers.tf line 1, in resource "routeros_interface_wireguard_peer" "rw-peer":
│ 1: resource "routeros_interface_wireguard_peer" "rw-peer" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'dynamic': 'false' ◁

│ (and 25 more similar warnings elsewhere)

To Reproduce
In 7.13.1

@durandguru durandguru added the bug Something isn't working label Jan 12, 2024
vaerh added a commit that referenced this issue Jan 25, 2024
@vaerh vaerh closed this as completed in 48018c4 Jan 25, 2024
@vaerh
Copy link
Collaborator

vaerh commented Jan 25, 2024

🎉 This issue has been resolved in version 1.32.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants