{ "version": 4, "terraform_version": "1.7.5", "serial": 330, "lineage": "47e0d951-13bd-234e-8ee7-3da867c991c7", "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-54d48c21827c58a5e", "ami": "ami-4c5e0b62", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-01457962"], "subnet_id": "subnet-bbf9dee9", "key_name": "prod-deploy-key" } } ] } ] }