After upgrading to the 2.3.0 version of the terraform-provider-gandi a warning is now displayed when apply changes:
╷
│ Warning: Argument is deprecated
│
│ with provider["registry.opentofu.org/go-gandi/gandi"],
│ on init.tf line 17, in provider "gandi":
│ 17: key = var.gandi_api_key
│
│ use personal_access_token instead
│
│ (and one more similar warning elsewhere)
This lines up with the release notes for this version.
After upgrading to the
2.3.0
version of the terraform-provider-gandi a warning is now displayed when apply changes:This lines up with the release notes for this version.