Skip to content
New issue

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

feat!: allow specify instance count - breaking change #442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexlo03
Copy link
Contributor

@alexlo03 alexlo03 commented Feb 7, 2025

breaking change

The previous terraform configuration allowed users to update the max_instance_count of each function in the console and have terraform ignore the change. This change puts max_instance_count under terraform control and is therefore a breaking change for users who were relying on terraform never updating the value they set. It does not seem possible to ignore_changes selectively (EG if the max_instance_count var was null).

The default of null (which then defaults to 100 in Cloud Run) remains unchanged.

Partially address #440

BEFORE no-max-set-instance-count
AFTER max-set-instance-count

@alexlo03 alexlo03 changed the title feat: allow specify instance count - breaking change feat!: allow specify instance count - breaking change Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant