{ "version": 4, "terraform_version": "1.8.5", "serial": 495, "lineage": "9e4c79ab-7372-c27d-ddb1-8f1c121478d3", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-e2c1f08bcdbe68b47", "ami": "ami-ea42f76a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-94c885ad"], "subnet_id": "subnet-4f0d5d85", "key_name": "prod-deploy-key" } } ] } ] }