{ "version": 4, "terraform_version": "1.6.9", "serial": 366, "lineage": "6d042ccb-a375-ef6c-128b-bf032511a69d", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3b88956d8f9709dd0", "ami": "ami-ea407fa0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c13f67d"], "subnet_id": "subnet-166f3946", "key_name": "prod-deploy-key" } } ] } ] }