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
then next terraform plan after creation reveals that in fact chart has more attributes already defined - what is not in line with terraform definition.
# appoptics_dashboard_chart.example_chart2 must be replaced-/+resource"appoptics_dashboard_chart""example_chart2" {
~ id="30588061"-> (known after apply)
-max=0->null-min=0->nullname="Example Chart2"-related_space=0->null-type="line"->null# forces replacement# (1 unchanged attribute hidden)
}
The text was updated successfully, but these errors were encountered:
If chart is defined with only required values:
then next terraform plan after creation reveals that in fact chart has more attributes already defined - what is not in line with terraform definition.
The text was updated successfully, but these errors were encountered: