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

add junos_system_syslog_user resource #604

Merged
merged 3 commits into from
Dec 20, 2023
Merged

add junos_system_syslog_user resource #604

merged 3 commits into from
Dec 20, 2023

Conversation

jeremmfr
Copy link
Owner

@jeremmfr jeremmfr commented Dec 18, 2023

FEATURES:

ENHANCEMENTS:

  • resource/junos_system_syslog_file: 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
  • resource/junos_system_syslog_host: resource now use new terraform-plugin-framework
    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

BUG FIXES:

  • resource/junos_system_syslog_file: fix reading archive size when value is a multiple of 1024 (k,m,g)

@jeremmfr jeremmfr added bug Something isn't working enhancement New feature or request refactor Refactoring plugin-framework labels Dec 18, 2023
@jeremmfr jeremmfr added this to the v2.4.0 milestone Dec 18, 2023
@jeremmfr jeremmfr self-assigned this Dec 18, 2023
@jeremmfr jeremmfr merged commit 236c989 into main Dec 20, 2023
24 checks passed
@jeremmfr jeremmfr deleted the issue-593 branch December 20, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request plugin-framework refactor Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: junos_system_syslog_user
1 participant