cloudposse / terraform-aws-elasticache-redis

Terraform module to provision an ElastiCache Redis Cluster
https://cloudposse.com/accelerate
Apache License 2.0
141 stars 244 forks source link

Make cluster security group idempotent [GH-49] #50

Closed DownRangeDevOps closed 4 years ago

DownRangeDevOps commented 4 years ago

Resolves #49 and #20

DownRangeDevOps commented 4 years ago

@aknysh make init hangs indefinitely for me. It seems that the curl command to download your build-harness isn't working as expected? No idea if this is on my end or not.

I updated the TF code to move the egress block to a rule.

aknysh commented 4 years ago

@techfishio If you open this in the browser, does it return the script https://git.io/build-harness

DownRangeDevOps commented 4 years ago

@aknysh nm, reboot fixed it.

Readme updated.

DownRangeDevOps commented 4 years ago

@aknysh thanks. Updated.

legal90 commented 4 years ago

@aknysh Could you please review this PR?