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

Count not evaluating properly for mysql aurora serverless #61

Closed
rewt opened this issue Mar 21, 2020 · 1 comment
Closed

Count not evaluating properly for mysql aurora serverless #61

rewt opened this issue Mar 21, 2020 · 1 comment

Comments

@rewt
Copy link

rewt commented Mar 21, 2020

local.cluster_instance_count fails to evaluate to 0 when specifying:

cluster_size          = 0
autoscaling_enabled   = false

and module still attempts to create resource

resource "aws_rds_cluster_instance" "default" {

Additionally, specifying false for var.enabled is ineffective.

So the enabled variable doesn't appear to be working? How can cluster instance be disabled when using aurora serverless?

@osterman
Copy link
Member

I think this might have been fixed in #69

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

No branches or pull requests

2 participants