You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 20, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, just wanted to notice that I had an experimental warning, which you asked to report.
Terraform Version
Terraform v0.7.10
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
2 error(s) occurred:
&terraform.ResourceConfig{ComputedKeys:[]string{"role", "vpc_config.0.security_group_ids"}, Raw:map[string]interface {}{"vpc_config":[]map[string]interface {}{map[string]interface {}{"subnet_ids":[]interface {}{"${aws_subnet.private_az_a.id}", "${aws_subnet.private_az_b.id}"}, "security_group_ids":[]interface {}{"${aws_security_group.warehouse_sg.id}"}}}, "filename":"lambda/default.zip", "function_name":"warehouse-redshift-import-tf", "description":"Function for importing s3 files to the redshift", "role":"${aws_iam_role.warehouse_lambda_role.arn}", "handler":"index.handler", "runtime":"nodejs4.3", "timeout":30}, Config:map[string]interface {}{"handler":"index.handler", "runtime":"nodejs4.3", "timeout":30, "vpc_config":[]map[string]interface {}{map[string]interface {}{"subnet_ids":[]interface {}{"subnet-f8e9a19c", "subnet-d61262a0"}}}, "filename":"lambda/default.zip", "function_name":"warehouse-redshift-import-tf", "description":"Function for importing s3 files to the redshift"}, raw:(*config.RawConfig)(0xc4220a28a0)}
&terraform.ResourceConfig{ComputedKeys:[]string{"role", "vpc_config.security_group_ids"}, Raw:map[string]interface {}{"role":"${aws_iam_role.warehouse_lambda_role.arn}", "handler":"index.handler", "runtime":"nodejs4.3", "timeout":30, "vpc_config":[]map[string]interface {}{map[string]interface {}{"subnet_ids":[]interface {}{"${aws_subnet.private_az_a.id}", "${aws_subnet.private_az_b.id}"}, "security_group_ids":[]interface {}{"${aws_security_group.warehouse_sg.id}"}}}, "filename":"lambda/default.zip", "function_name":"warehouse-redshift-import-tf", "description":"Function for importing s3 files to the redshift"}, Config:map[string]interface {}{"runtime":"nodejs4.3", "timeout":30, "vpc_config":[]map[string]interface {}{map[string]interface {}{"subnet_ids":[]interface {}{"subnet-f8e9a19c", "subnet-d61262a0"}}}, "filename":"lambda/default.zip", "function_name":"warehouse-redshift-import-tf", "description":"Function for importing s3 files to the redshift", "handler":"index.handler"}, raw:(*config.RawConfig)(0xc421b587e0)}
This is not an error. Your terraform operation completed successfully
and your real infrastructure is unaffected by this message.
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: