{ "version": 4, "terraform_version": "1.8.5", "serial": 293, "lineage": "745294b6-f72e-0e66-45b5-577828ada050", "outputs": { "db_endpoint": { "value": "db-3.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-8010cb201daf888a5", "ami": "ami-0ea9b3b8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-38e1c0d7"], "subnet_id": "subnet-b253cbd1", "key_name": "prod-deploy-key" } } ] } ] }