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 applications, address-book ordered and policy unordered #712

Merged
merged 7 commits into from
Oct 24, 2024
Merged

Conversation

jeremmfr
Copy link
Owner

@jeremmfr jeremmfr commented Oct 3, 2024

FEATURES:

  • add junos_applications_ordered resource, copy of junos_applications resource but with Block List instead of Block Set to have a workaround for the performance issue on Block Sets (workaround for #709)
  • add junos_security_address_book_ordered resource, copy of junos_security_address_book resource but with Block List instead of Block Set to have a workaround for the performance issue on Block Sets (workaround for #498)
  • add junos_security_global_policy_unordered resource, copy of junos_security_global_policy resource but with Block Set instead of Block List to have a workaround for too complex plan output when the number of blocks on the resource changes
  • add junos_security_policy_unordered resource, copy of junos_security_policy resource but with Block Set instead of Block List to have a workaround for too complex plan output when the number of blocks on the resource changes
  • add junos_security_zone_ordered resource, copy of junos_security_zone resource but with Block List instead of Block Set to have a workaround for the performance issue on Block Sets

copy of junos_applications resource
but with Block List instead of Block set
to have a workaround for the performance issue on
Terraform plan with many Block Sets
workaround for #709
copy of junos_security_address_book resource
but with Block List instead of Block Set
to have a workaround for the performance issue on
Terraform plan with many Block Sets
workaround for #498
copy of junos_security_zone resource
but with Block List instead of Block Set
to have a workaround for the performance issue on
Terraform plan with many Block Sets
copy of junos_security_global_policy resource
but with Block Set instead of Block List
to have a workaround for too complex plan output
when number of blocks on the resource changes
copy of junos_security_policy resource
but with Block Set instead of Block List
to have a workaround for too complex plan output
when number of blocks on the resource changes
@jeremmfr jeremmfr added the enhancement New feature or request label Oct 3, 2024
@jeremmfr jeremmfr added this to the v2.10.0 milestone Oct 3, 2024
@jeremmfr jeremmfr self-assigned this Oct 3, 2024
@jeremmfr jeremmfr merged commit 3f10a28 into main Oct 24, 2024
24 checks passed
@jeremmfr jeremmfr deleted the issue-709 branch October 24, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant