{ "version": 4, "terraform_version": "1.8.9", "serial": 176, "lineage": "b2cdb4ff-9adc-fbd8-3b35-321b1301b9c7", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-493f08c1be9885c16", "ami": "ami-29291b89", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1426cb04"], "subnet_id": "subnet-cd979089", "key_name": "prod-deploy-key" } } ] } ] }