{ "version": 4, "terraform_version": "1.8.6", "serial": 385, "lineage": "b3044fac-4c3d-9003-6a9f-81bcfae42e86", "outputs": { "db_endpoint": { "value": "db-4.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-093fd7281128d6ae5", "ami": "ami-6734392c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-443a42f4"], "subnet_id": "subnet-93b69268", "key_name": "prod-deploy-key" } } ] } ] }