{ "version": 4, "terraform_version": "1.7.7", "serial": 350, "lineage": "e5e8a2f7-83e0-0761-4538-dd823ff40583", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-a35a3996414a769de", "ami": "ami-87e43cea", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-af9b69e1"], "subnet_id": "subnet-6f0dedd4", "key_name": "prod-deploy-key" } } ] } ] }