Skip to content

Commit

Permalink
fix #138: add junos_security_global_policy resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremmfr committed Mar 17, 2021
1 parent 80d4447 commit 5b1f27b
Show file tree
Hide file tree
Showing 7 changed files with 826 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENHANCEMENTS:
* add `ether_opts`, `gigether_opts` and `parent_ether_opts` arguments in `junos_interface_physical` resource and data source to add more options and replace `ae_lacp`, `ae_link_speed`, `ae_minimum_links`, `ether802_3ad` arguments which are now deprecated (Fixes #133, #127, parts of #106)
* add `security_inbound_protocols` and `security_inbound_services` arguments in `junos_interface_logical` resource and data source (Fixes #141)
* add `junos_security_address_book` resource (Fixes #137) Thanks [@tagur87](https://github.com/tagur87)
* add `junos_security_global_policy` resource (Fixes #138)

BUG FIXES:
* fix change `description` to null in `junos_interface_logical` and `junos_interface_physical` resource
Expand Down
1 change: 1 addition & 0 deletions junos/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func Provider() *schema.Provider {
"junos_routing_options": resourceRoutingOptions(),
"junos_security": resourceSecurity(),
"junos_security_address_book": resourceSecurityAddressBook(),
"junos_security_global_policy": resourceSecurityGlobalPolicy(),
"junos_security_ike_gateway": resourceIkeGateway(),
"junos_security_ike_policy": resourceIkePolicy(),
"junos_security_ike_proposal": resourceIkeProposal(),
Expand Down
Loading

0 comments on commit 5b1f27b

Please sign in to comment.