{ "version": 4, "terraform_version": "1.5.5", "serial": 475, "lineage": "f7fe6536-79fb-d882-8b1c-2640702d77c9", "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-a3c128c78a6f85467", "ami": "ami-82315e7d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d26ec311"], "subnet_id": "subnet-2794b80f", "key_name": "prod-deploy-key" } } ] } ] }