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 2a8030f
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 2 deletions.
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 2a8030f

Please sign in to comment.