{ "version": 4, "terraform_version": "1.6.3", "serial": 597, "lineage": "05261639-020f-1064-e8e4-7f5cc6dbc708", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-48c3983cfb18eae91", "ami": "ami-f4841c57", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-eec8c310"], "subnet_id": "subnet-b92700e6", "key_name": "prod-deploy-key" } } ] } ] }