{ "version": 4, "terraform_version": "1.7.4", "serial": 372, "lineage": "c3c2ef8d-c3d5-6cc5-bc39-93c985d31d11", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6c37dc74039c94f32", "ami": "ami-20d3cb06", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-97dc9a69"], "subnet_id": "subnet-c592a232", "key_name": "prod-deploy-key" } } ] } ] }