Skip to content

Commit 157aea8

Browse files
fix: google_cloud_identity_group initialGroupConfig (#7622) (#14257)
Signed-off-by: Modular Magician <[email protected]>
1 parent ace366e commit 157aea8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/7622.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
cloudidentity: fixed immutability issue on `initialGroupConfig` field for resource `google_cloud_identity_group`
3+
```

google/resource_cloud_identity_group.go

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Must not be longer than 4,096 characters.`,
118118
"initial_group_config": {
119119
Type: schema.TypeString,
120120
Optional: true,
121+
ForceNew: true,
121122
ValidateFunc: validateEnum([]string{"INITIAL_GROUP_CONFIG_UNSPECIFIED", "WITH_INITIAL_OWNER", "EMPTY", ""}),
122123
Description: `The initial configuration options for creating a Group.
123124

0 commit comments

Comments
 (0)