Skip to content

Commit

Permalink
add ltm rewrite profile
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek0806 committed Jan 29, 2024
1 parent a2da335 commit 1f59b46
Show file tree
Hide file tree
Showing 5 changed files with 892 additions and 0 deletions.
1 change: 1 addition & 0 deletions bigip/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func Provider() *schema.Provider {
"bigip_ltm_cipher_group": resourceBigipLtmCipherGroup(),
"bigip_partition": resourceBigipPartition(),
"bigip_ltm_request_log_profile": resourceBigipLtmProfileRequestLog(),
"bigip_ltm_profile_rewrite": resourceBigipLtmRewriteProfile(),
},
}
p.ConfigureContextFunc = func(ctx context.Context, d *schema.ResourceData) (interface{}, diag.Diagnostics) {
Expand Down
Loading

0 comments on commit 1f59b46

Please sign in to comment.