{ "version": 4, "terraform_version": "1.8.4", "serial": 143, "lineage": "718e10f0-8451-1f43-b849-5abb1472bed7", "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-23afd45344eef11f2", "ami": "ami-eb16383b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb2cc89c"], "subnet_id": "subnet-9967495b", "key_name": "prod-deploy-key" } } ] } ] }