Open mwarkentin opened 7 months ago
I expected to see a plan showing all expected changes in their entirety.
Plan comments were rendered, but they were truncated and didn't show what would be changed.
Example:
data.terraform_remote_state.iam: Reading...
data.terraform_remote_state.iam: Read complete after 0s
data.google_project.project: Reading...
data.google_compute_network_endpoint_group.symbolicator[0]: Reading...
data.google_project.project: Read complete after 0s [id=projects/sentry-st-geico]
data.google_iam_policy.gke_kms_binding: Reading...
data.google_iam_policy.gke_kms_binding: Read complete after 0s [id=2209302655]
...
( 3.3KB, 38 lines skipped )
...
name = "primary"
# (27 unchanged attributes hidden)
~ resource_usage_export_config {
~ enable_network_egress_metering = false -> true
# (1 unchanged attribute hidden)
# (1 unchanged block hidden)
}
# (23 unchanged blocks hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy.
Running into the same issue when trying to change node pools for Relay, a single nodepool is already too large for the diff/comment and unfortunately it omits all the important information (e.g. the name).
Steps to Reproduce
Expected Result
I expected to see a plan showing all expected changes for all 27 slices.
Actual Result
Plan comments were rendered, but they were truncated and didn't show what would be changed.
Example:
Some only contained this amount of output: