{ "version": 4, "terraform_version": "1.5.7", "serial": 240, "lineage": "5946c7d3-924d-4bb9-8695-c3d308059d59", "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-61a028617fab99ffc", "ami": "ami-41edffd6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4018e7e1"], "subnet_id": "subnet-405d31d9", "key_name": "prod-deploy-key" } } ] } ] }