{ "version": 4, "terraform_version": "1.8.4", "serial": 114, "lineage": "1576bdf2-6072-8cb4-7703-915183d8ef35", "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-9929b1cfbc6a30e3d", "ami": "ami-48e5c018", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7ff10967"], "subnet_id": "subnet-4dd38758", "key_name": "prod-deploy-key" } } ] } ] }