{ "version": 4, "terraform_version": "1.7.9", "serial": 467, "lineage": "3002ffb0-7ba1-4603-4ac8-21bdc796cf54", "outputs": { "db_endpoint": { "value": "db-0.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-98ea663612720c6e1", "ami": "ami-99ba9d94", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aa3ce1dd"], "subnet_id": "subnet-f56bbc70", "key_name": "prod-deploy-key" } } ] } ] }