{ "version": 4, "terraform_version": "1.7.7", "serial": 457, "lineage": "fc69e15e-abde-2e23-69f4-9237a4ddf0be", "outputs": { "db_endpoint": { "value": "db-0.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-32944e49b80ad186d", "ami": "ami-271fa875", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-15786f78"], "subnet_id": "subnet-9770766b", "key_name": "prod-deploy-key" } } ] } ] }