{ "version": 4, "terraform_version": "1.5.7", "serial": 310, "lineage": "e21cb5b7-26af-4aad-c4d9-b118f4aeb97d", "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-321580499856cb63a", "ami": "ami-455e0285", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-206834d0"], "subnet_id": "subnet-875f7901", "key_name": "prod-deploy-key" } } ] } ] }