Open
Description
Describe the bug
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
╷
│ Warning: Field 'last_status' not found in the schema
│
│ with module.xxxxx.routeros_tool_email.main,
│ on modules/xxxxx/main.tf line 57, in resource "routeros_tool_email" "main":
│ 57: resource "routeros_tool_email" "main" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'last_status': 'succeeded' ◁
╵
╷
│ Warning: Field 'last_address' not found in the schema
│
│ with module.xxxxx.routeros_tool_email.main,
│ on modules/xxxxx/main.tf line 57, in resource "routeros_tool_email" "main":
│ 57: resource "routeros_tool_email" "main" {
│
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'last_address': '11.22.33.44' ◁