We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bin/resize-disks
TACOS fetches proper "current" values for plan rendering
Local run:
# google_compute_disk.data["2-2"] will be updated in-place ~ resource "google_compute_disk" "data" { id = "projects/internal-sentry/zones/us-central1-b/disks/snuba-spans-mz-2-2-data" name = "snuba-spans-mz-2-2-data" ~ size = 22000 -> 26000 # (13 unchanged attributes hidden)
TACOS run:
# google_compute_disk.data["2-2"] will be updated in-place ~ resource "google_compute_disk" "data" { id = "projects/internal-sentry/zones/us-central1-b/disks/snuba-spans-mz-2-2-data" name = "snuba-spans-mz-2-2-data" ~ size = 20000 -> 26000 # (13 unchanged attributes hidden) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
bin/resize-disks
most likely)Expected Result
TACOS fetches proper "current" values for plan rendering
Actual Result
Local run:
TACOS run:
The text was updated successfully, but these errors were encountered: