Skip to content

Commit 15739ae

Browse files
authored
Ver3 37 1 (#624)
* Version 3.37.1 * Version 3.37.1
1 parent 4181322 commit 15739ae

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.37.1 (Jan 25, 2026)
2+
3+
BUT FIXES:
4+
- Account_role: support caid for role delete ([#622](https://github.com/imperva/terraform-provider-incapsula/pull/622))
5+
6+
17
## 3.37.0 (Jan 18, 2026)
28

39
FEATURES:

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
66
PKG_NAME=incapsula
77
BINARY=terraform-provider-${PKG_NAME}
88
# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
9-
VERSION=3.37.0
9+
VERSION=3.37.1
1010

1111
# Mac Intel Chip
1212
#OS_ARCH=darwin_amd64

incapsula/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type Client struct {
3434
func NewClient(config *Config) *Client {
3535
client := &http.Client{}
3636

37-
return &Client{config: config, httpClient: client, providerVersion: "3.37.0"}
37+
return &Client{config: config, httpClient: client, providerVersion: "3.37.1"}
3838
}
3939

4040
func (c *Client) CreateFormDataBody(bodyMap map[string]interface{}) ([]byte, string) {

website/docs/r/api_client.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subcategory: "Account and User Management"
33
layout: "incapsula"
44
page_title: "incapsula_api_client"
55
description: |-
6-
Provides a Incapsula Account User resource.
6+
Provides a Incapsula API client resource.
77
---
88

99
# incapsula_api_client

0 commit comments

Comments
 (0)