resource now use new terraform-plugin-framework
some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list
now provider store the corresponding authentication encrypted-password of authentication plain-text-password in private state of Terraform after create/update resource to be able to detect a change of the password outside of Terraform.
resource/junos_system_root_authentication:
resource now use new terraform-plugin-framework
some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
now provider store the corresponding encrypted-password of plain-text-password in private state of Terraform after create/update resource to be able to detect a change of the password outside of Terraform.
ENHANCEMENTS:
some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list
authentication encrypted-password
ofauthentication plain-text-password
in private state of Terraform after create/update resource to be able to detect a change of the password outside of Terraform.some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
encrypted-password
ofplain-text-password
in private state of Terraform after create/update resource to be able to detect a change of the password outside of Terraform.