{ "version": 4, "terraform_version": "1.8.5", "serial": 358, "lineage": "9bc5c961-4900-21db-7fed-fbf3f2f4d97a", "outputs": { "db_endpoint": { "value": "db-2.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-ab38d411139b17c84", "ami": "ami-f69cfc7a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5e23b389"], "subnet_id": "subnet-f38f3423", "key_name": "prod-deploy-key" } } ] } ] }