{ "version": 4, "terraform_version": "1.8.4", "serial": 221, "lineage": "52c5d1e1-90bf-0085-0382-d5608b3c6baf", "outputs": { "db_endpoint": { "value": "db-4.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-cff19fe387398d841", "ami": "ami-2c10fcac", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-12770fa4"], "subnet_id": "subnet-f4eeb5f4", "key_name": "prod-deploy-key" } } ] } ] }