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

Fixed the Error: tfstate: runtime error: index out of range [0] with length 0 Closes #105 #109

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Sep 10, 2024

Integration test logs

Logs
N/A

Example query results

Results
> select * from tf_bucket.terraform_resource
+---------------------+------------------------+---------+--------------------------------------------+-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
| name                | type                   | mode    | address                                    | arguments                         | attributes                                                                                                                                                                    >
+---------------------+------------------------+---------+--------------------------------------------+-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
| alternate           | aws_region             | data    | aws_region.alternate                       | {"type":"aws_region"}             | {"description":"US East (Ohio)","endpoint":"ec2.us-east-2.amazonaws.com","id":"us-east-2","name":"us-east-2"}                                                                 >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
| named_test_resource | google_compute_network | managed | google_compute_network.named_test_resource | {"type":"google_compute_network"} | {"auto_create_subnetworks":false,"delete_default_routes_on_create":false,"description":"Test network to validate integration test.","enable_ula_internal_ipv6":false,"gateway_>
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                               >
|                     |                        |         |                                            |                                   |                                                                                                                                                                            

@ParthaI ParthaI requested a review from misraved September 10, 2024 11:08
@ParthaI ParthaI self-assigned this Sep 10, 2024
@ParthaI ParthaI linked an issue Sep 10, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Nov 9, 2024

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Nov 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

This PR was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this Dec 9, 2024
@misraved misraved reopened this Dec 12, 2024
@github-actions github-actions bot removed the stale No recent activity has been detected on this issue/PR and it will be closed label Dec 12, 2024
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

Successfully merging this pull request may close these issues.

Support recursive search for tfstate in s3 bucket?
2 participants