You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After applying the first time, later runs of terraform apply or terraform plan give me this warning:
│ Warning: Field 'last_modified' not found in the schema
│
│ with routeros_file.server_cert_pem,
│ on certificate.tf line 25, in resource "routeros_file" "server_cert_pem":
│ 25: resource "routeros_file" "server_cert_pem" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'last_modified': '2024-10-06
│ 17:25:22' ◁
I'm using version v1.64.2 of this provider. And Mikrotik RouterOS 7.16.
Expected behavior
No warnings.
The text was updated successfully, but these errors were encountered:
Describe the bug
I get a "field was lost during the Schema development" error about
last_modified
when usingrouteros_file
.To Reproduce
I have a
routeros_file
resource like this:After applying the first time, later runs of
terraform apply
orterraform plan
give me this warning:I'm using version v1.64.2 of this provider. And Mikrotik RouterOS 7.16.
Expected behavior
No warnings.
The text was updated successfully, but these errors were encountered: