Skip to content

Commit

Permalink
Merge pull request hashicorp#11 from papineni87/master
Browse files Browse the repository at this point in the history
adding ssl code
  • Loading branch information
papineni87 authored Oct 15, 2019
2 parents 33cd8fd + 47421a5 commit 087c809
Show file tree
Hide file tree
Showing 6 changed files with 1,767 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ website/node_modules
*.tf
website/vendor
keymap
README.md
*.pem
*.pub
*.back
Expand Down
2 changes: 2 additions & 0 deletions bigip/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func Provider() terraform.ResourceProvider {
"bigip_ltm_persistence_profile_dstaddr": resourceBigipLtmPersistenceProfileDstAddr(),
"bigip_ltm_persistence_profile_ssl": resourceBigipLtmPersistenceProfileSSL(),
"bigip_ltm_persistence_profile_cookie": resourceBigipLtmPersistenceProfileCookie(),
"bigip_ltm_profile_server_ssl": resourceBigipLtmProfileServerSsl(),
"bigip_ltm_profile_client_ssl": resourceBigipLtmProfileClientSsl(),
"bigip_ltm_snat": resourceBigipLtmSnat(),
"bigip_ltm_snatpool": resourceBigipLtmSnatpool(),
"bigip_ltm_virtual_address": resourceBigipLtmVirtualAddress(),
Expand Down
Loading

0 comments on commit 087c809

Please sign in to comment.