hashicorp / hashicorp/terraform-elasticache-example
Security group missing
- Dominant language
- HCL
- Stars
- 87
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
I was unable to access the cache from the bastion host. It seems that the elasticache definition is missing the security group. I added this to the template:
```
security_group_ids = [
"${aws_security_group.default.id}"
]
```
and everything works fine.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the Terraform template's ElastiCache definition and compare its network access settings with the reported security_group_ids snippet. Validate the configuration and confirm the bastion host can access the cache; done means the example includes the required security group and applies successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, redis, terraform
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100