{ "version": 4, "terraform_version": "1.7.5", "serial": 211, "lineage": "f45ff43a-1094-eb73-2b8e-7134aa3d5343", "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-1307efedbff7a73b3", "ami": "ami-7eee8789", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7589ec95"], "subnet_id": "subnet-11a80e28", "key_name": "prod-deploy-key" } } ] } ] }