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

docs: Incorrect default in description of desired_count #129

Closed
baolsen opened this issue Nov 1, 2023 · 2 comments · Fixed by #130
Closed

docs: Incorrect default in description of desired_count #129

baolsen opened this issue Nov 1, 2023 · 2 comments · Fixed by #130

Comments

@baolsen
Copy link

baolsen commented Nov 1, 2023

In the service module, the variable description below is incorrect considering the default value.

Note, "Defaults to 0" could probably be removed entirely, as the default value is displayed in Terraform docs.

variable "desired_count" {
  description = "Number of instances of the task definition to place and keep running. Defaults to `0`"
  type        = number
  default     = 1
}
@antonbabenko
Copy link
Member

This issue has been resolved in version 5.6.0 🎉

Copy link

github-actions bot commented Dec 4, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants