Commit 61c9989
committed
fix: changing a request attribute data_type lead to an error
The data_type of `dynatrace_request_attribute` is immutable once created. The API rejected the request if the type changed. Therefore, adding a forceNew here, so that the resource is re-created if the data_type changes1 parent 75e48fb commit 61c9989
File tree
1 file changed
+1
-0
lines changed- dynatrace/api/v1/config/requestattributes/settings
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments