{ "version": 4, "terraform_version": "1.8.9", "serial": 194, "lineage": "df4cafe6-5721-3568-d7fe-2787011c4a33", "outputs": { "db_endpoint": { "value": "db-2.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-bb59169e8a0151f34", "ami": "ami-a4174fd4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bb474f23"], "subnet_id": "subnet-f3eaf03b", "key_name": "prod-deploy-key" } } ] } ] }