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

Need to resolve this issue in this code #54

Open
rhdmchirag opened this issue Sep 15, 2022 · 1 comment
Open

Need to resolve this issue in this code #54

rhdmchirag opened this issue Sep 15, 2022 · 1 comment

Comments

@rhdmchirag
Copy link

when I plan this project I faced this error can you please resolve this and guide me?

terraform plan

Error: Invalid function argument

│ on .terraform/modules/vpc/outputs.tf line 353, in output "vpc_endpoint_sqs_id":
│ 353: value = "${element(concat(aws_vpc_endpoint.sqs.*.id, tolist("")), 0)}"

│ Invalid value for "v" parameter: cannot convert string to list of any single type.

@demola-gigxpad
Copy link

i also faced this issue running terraform plan

Error: Conflicting configuration arguments

│ with module.gigxpad-node-sg.aws_security_group_rule.ingress_with_self[0],
│ on .terraform/modules/gigxpad-node-sg/main.tf line 369, in resource "aws_security_group_rule" "ingress_with_self":
│ 369: self = lookup(var.ingress_with_self[count.index], "self", true)

│ "self": conflicts with ipv6_cidr_blocks


│ Error: Conflicting configuration arguments

│ with module.gigxpad-node-sg.aws_security_group_rule.ingress_with_self[0],
│ on .terraform/modules/gigxpad-node-sg/main.tf line 370, in resource "aws_security_group_rule" "ingress_with_self":
│ 370: ipv6_cidr_blocks = var.ingress_ipv6_cidr_blocks

│ "ipv6_cidr_blocks": conflicts with self

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