{ "version": 4, "terraform_version": "1.5.7", "serial": 420, "lineage": "3d4dd7de-f128-5505-1516-ffaa83a9aeb4", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-705ffc003450a95d5", "ami": "ami-f18e526e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f8a519a2"], "subnet_id": "subnet-50f00a6e", "key_name": "prod-deploy-key" } } ] } ] }