{ "version": 4, "terraform_version": "1.5.7", "serial": 536, "lineage": "c5c247f5-e5a9-1e1e-3658-217a8004fafd", "outputs": { "db_endpoint": { "value": "db-2.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-b4726949b6cb1cef9", "ami": "ami-bc2334bd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-60e31c16"], "subnet_id": "subnet-fffa84c8", "key_name": "prod-deploy-key" } } ] } ] }