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
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:
module.instance["1"].data.google_iam_policy.os_login: Reading...
module.instance["0"].data.google_iam_policy.os_login: Reading...
module.instance["2"].data.google_iam_policy.os_login: Reading...
module.instance["2"].data.google_iam_policy.os_login: Read complete after 0s [id=1708961782]
module.instance["1"].data.google_iam_policy.os_login: Read complete after 0s [id=1708961782]
module.instance["0"].data.google_iam_policy.os_login: Read complete after 0s [id=1708961782]
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
...
( 2.2KB, 59 lines skipped )
...# (11 unchanged elements hidden)
}
name="rc-ingest-2"tags=[
"internal",
"rc-ingest-2",
"redis",
"salt",
"use-nat",
]
# (17 unchanged attributes hidden)# (6 unchanged blocks hidden)
}
Plan:0 to add, 3 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to:
tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "tfplan"
Some only contained this amount of output:
module.indexer_ratelimiter.module.instance["0"].data.google_iam_policy.os_login: Reading...
module.indexer_ratelimiter.module.instance["2"].data.google_iam_policy.os_login: Reading......
( 6.7KB, 162 lines skipped )
...
─────────────────────────────────────────────────────────────────────────────
Saved the plan to:
tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "tfplan"
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: