You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use dynatrace_business_events_oneagent and created the business events fine, but subsequent run I keep getting "will be updated in-place" and then error on terraform apply:
Error: Size must be between 1 and 500
│ Size must be between 1 and 500
│
│ with module.dynatrace.dynatrace_business_events_oneagent.bizevents["myevent"],
│ on .terraform/modules/dynatrace/modules/dynatrace/bizevents.tf line 1, in resource "dynatrace_business_events_oneagent" "bizevents":
│ 1: resource "dynatrace_business_events_oneagent" "bizevents" {
I noticed that this error appears on all business events and some I do not modify at all.
I tested on provider version 1.61.0 -> 1.61.3
This also happens with terraform local state (windows) and on terraform cloud (ubuntu agent)
To Reproduce
Steps to reproduce the behavior:
My business event shows up in terraform plan as:
module.dynatrace.dynatrace_business_events_oneagent.bizevents["myevent"] will be updated in-place
Describe the bug
I use dynatrace_business_events_oneagent and created the business events fine, but subsequent run I keep getting "will be updated in-place" and then error on terraform apply:
Error: Size must be between 1 and 500
│ Size must be between 1 and 500
│
│ with module.dynatrace.dynatrace_business_events_oneagent.bizevents["myevent"],
│ on .terraform/modules/dynatrace/modules/dynatrace/bizevents.tf line 1, in resource "dynatrace_business_events_oneagent" "bizevents":
│ 1: resource "dynatrace_business_events_oneagent" "bizevents" {
I noticed that this error appears on all business events and some I do not modify at all.
I tested on provider version 1.61.0 -> 1.61.3
This also happens with terraform local state (windows) and on terraform cloud (ubuntu agent)
To Reproduce
Steps to reproduce the behavior:
My business event shows up in terraform plan as:
module.dynatrace.dynatrace_business_events_oneagent.bizevents["myevent"] will be updated in-place
~ resource "dynatrace_business_events_oneagent" "bizevents" {
id = "xxxxxx"
# (4 unchanged attributes hidden)
~ event {
~ data {
- event_data_field_complex {
- name = "complexfield" -> null
- source {
- path = "data.analytics.data.visitorId" -> null
- source_type = "response.body" -> null
# (1 unchanged attribute hidden)
}
}
+ event_data_field_complex {
+ name = "complexfield"
+ source {
+ path = "data.analytics.data.visitorId"
+ source_type = "request.body"
# (1 unchanged attribute hidden)
}
}
+ event_data_field_complex {
}
# (3 unchanged blocks hidden)
}
# (3 unchanged blocks hidden)
}
# (1 unchanged block hidden)
}
Expected behavior
There should be no errors
Screenshots
The text was updated successfully, but these errors were encountered: