Created
January 31, 2023 13:52
-
-
Save kapilt/868415a8aaf5c79593f1b9a71c80bc80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "__full_name__": "module.module_in_child_dir", | |
| "__id__": "744840c2-8833-4ef8-b0c3-5b6badae0600", | |
| "__in_module__": false, | |
| "__is_count_expanded": false, | |
| "__is_empty__": false, | |
| "__is_nil__": false, | |
| "__is_not_nil__": true, | |
| "__label__": "module_in_child_dir", | |
| "__labels__": [ | |
| "module_in_child_dir" | |
| ], | |
| "__local_name__": "module.module_in_child_dir", | |
| "__module_name__": "module_in_child_dir", | |
| "__name_label__": "", | |
| "__ref__": { | |
| "end": 20, | |
| "fname": "main.tf", | |
| "local": "main.tf", | |
| "prefix": "", | |
| "start": 18 | |
| }, | |
| "__type__": "module", | |
| "__type_label__": "module_in_child_dir", | |
| "__unique_name__": "module.module_in_child_dir:main.tf", | |
| "source": "./child_modules/child_sqs" | |
| }, | |
| { | |
| "__full_name__": "module.module_in_parent_dir", | |
| "__id__": "f2b97ca5-c30f-4996-9a29-a78a3f6db414", | |
| "__in_module__": false, | |
| "__is_count_expanded": false, | |
| "__is_empty__": false, | |
| "__is_nil__": false, | |
| "__is_not_nil__": true, | |
| "__label__": "module_in_parent_dir", | |
| "__labels__": [ | |
| "module_in_parent_dir" | |
| ], | |
| "__local_name__": "module.module_in_parent_dir", | |
| "__module_name__": "module_in_parent_dir", | |
| "__name_label__": "", | |
| "__ref__": { | |
| "end": 16, | |
| "fname": "main.tf", | |
| "local": "main.tf", | |
| "prefix": "", | |
| "start": 14 | |
| }, | |
| "__type__": "module", | |
| "__type_label__": "module_in_parent_dir", | |
| "__unique_name__": "module.module_in_parent_dir:main.tf", | |
| "source": "../parent_modules/parent_sqs" | |
| }, | |
| { | |
| "__full_name__": "provider.aws", | |
| "__id__": "3ce3c88d-16ff-423e-aa27-6113aa005dd5", | |
| "__in_module__": false, | |
| "__is_count_expanded": false, | |
| "__is_empty__": false, | |
| "__is_nil__": false, | |
| "__is_not_nil__": true, | |
| "__label__": "aws", | |
| "__labels__": [ | |
| "aws" | |
| ], | |
| "__local_name__": "provider.aws", | |
| "__module_name__": "provider.aws", | |
| "__name_label__": "", | |
| "__ref__": { | |
| "end": 12, | |
| "fname": "main.tf", | |
| "local": "main.tf", | |
| "prefix": "", | |
| "start": 10 | |
| }, | |
| "__type__": "provider", | |
| "__type_label__": "aws", | |
| "__unique_name__": "provider.aws:main.tf", | |
| "region": "us-east-2" | |
| }, | |
| { | |
| "__children__": [ | |
| { | |
| "__full_name__": "required_providers", | |
| "__id__": "b72bdd32-519a-45ec-a249-49ed47fb54c0", | |
| "__in_module__": false, | |
| "__is_count_expanded": false, | |
| "__is_empty__": false, | |
| "__is_nil__": false, | |
| "__is_not_nil__": true, | |
| "__label__": "", | |
| "__labels__": null, | |
| "__local_name__": "required_providers", | |
| "__module_name__": "required_providers", | |
| "__name_label__": "", | |
| "__ref__": { | |
| "end": 7, | |
| "fname": "main.tf", | |
| "local": "main.tf", | |
| "prefix": "", | |
| "start": 2 | |
| }, | |
| "__type__": "required_providers", | |
| "__type_label__": "", | |
| "__unique_name__": "required_providers:main.tf", | |
| "aws": null | |
| } | |
| ], | |
| "__full_name__": "terraform", | |
| "__id__": "841c83a3-21d1-4ecb-aa0d-4cd91c12d6cd", | |
| "__in_module__": false, | |
| "__is_count_expanded": false, | |
| "__is_empty__": false, | |
| "__is_nil__": false, | |
| "__is_not_nil__": true, | |
| "__label__": "", | |
| "__labels__": null, | |
| "__local_name__": "terraform", | |
| "__module_name__": "terraform", | |
| "__name_label__": "", | |
| "__ref__": { | |
| "end": 8, | |
| "fname": "main.tf", | |
| "local": "main.tf", | |
| "prefix": "", | |
| "start": 1 | |
| }, | |
| "__type__": "terraform", | |
| "__type_label__": "", | |
| "__unique_name__": "terraform:main.tf" | |
| }, | |
| { | |
| "__full_name__": "module.module_in_child_dir.aws_sqs_queue.child_queue", | |
| "__id__": "0028da6c-d60e-4e90-8fdd-5d430752c17d", | |
| "__in_module__": true, | |
| "__is_count_expanded": false, | |
| "__is_empty__": false, | |
| "__is_nil__": false, | |
| "__is_not_nil__": true, | |
| "__label__": "aws_sqs_queue.child_queue", | |
| "__labels__": [ | |
| "aws_sqs_queue", | |
| "child_queue" | |
| ], | |
| "__local_name__": "aws_sqs_queue.child_queue", | |
| "__module_name__": "module_in_child_dir.aws_sqs_queue.child_queue", | |
| "__name_label__": "child_queue", | |
| "__ref__": { | |
| "end": 7, | |
| "fname": "child_modules/child_sqs/main.tf", | |
| "local": "child_modules/child_sqs/main.tf", | |
| "prefix": "", | |
| "start": 1 | |
| }, | |
| "__type__": "resource", | |
| "__type_label__": "aws_sqs_queue", | |
| "__unique_name__": "module.module_in_child_dir.aws_sqs_queue.child_queue:child_modules/child_sqs/main.tf:module.module_in_child_dir:main.tf", | |
| "delay_seconds": 90, | |
| "max_message_size": 2048, | |
| "message_retention_seconds": 86400, | |
| "name": "child_queue", | |
| "receive_wait_time_seconds": 10 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment