{ "version": 4, "terraform_version": "1.8.5", "serial": 499, "lineage": "c97b5731-83f6-6919-ec59-a0bb500b0b06", "outputs": { "db_endpoint": { "value": "db-4.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-99d96a800adc1023f", "ami": "ami-b5b38ef4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3cc38662"], "subnet_id": "subnet-713f5456", "key_name": "prod-deploy-key" } } ] } ] }