* Error authorizing security group ingress rules: Unable to find group 'sg-abc'
This is used in:
resource "aws_security_group" "allow_elasticsearch_from_vpc" {
description = "Allow access to Elasticsearch from VPC."
name = "allow-elasticsearch-from-vpc"
ingress {
from_port = 9200
to_port = 9200
protocol = "tcp"
security_groups = ["sg-abc"]
}
tags = {
"team" = "search"
}
}
I see in the policy simulator that all Describe* actions are allowed. I don't know what action I need to enable to get past this error. Any ideas?
Thanks.
-Tom
--
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To post to this group, send email to terrafo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/8665288e-b264-44e5-967b-b8707aad1757%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.