Skip to content

Commit

Permalink
add uri rule resource
Browse files Browse the repository at this point in the history
corrected tests
add documentation

done
  • Loading branch information
wojtek0806 committed Feb 5, 2024
1 parent 9a49243 commit 65b21ea
Show file tree
Hide file tree
Showing 10 changed files with 871 additions and 492 deletions.
3 changes: 2 additions & 1 deletion bigip/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ func Provider() *schema.Provider {
"bigip_ltm_cipher_group": resourceBigipLtmCipherGroup(),
"bigip_partition": resourceBigipPartition(),
"bigip_ltm_request_log_profile": resourceBigipLtmProfileRequestLog(),
"bigip_ltm_profile_bot_defense": resourceBigipLtmProfileBotDefense(),
"bigip_ltm_profile_bot_defense": resourceBigipLtmProfileBotDefense(),
"bigip_ltm_profile_rewrite": resourceBigipLtmRewriteProfile(),
"bigip_ltm_profile_rewrite_uri_rules": resourceBigipLtmRewriteProfileUriRules(),
},
}
p.ConfigureContextFunc = func(ctx context.Context, d *schema.ResourceData) (interface{}, diag.Diagnostics) {
Expand Down
Loading

0 comments on commit 65b21ea

Please sign in to comment.