{ "version": 4, "terraform_version": "1.8.3", "serial": 586, "lineage": "612e96d4-2c76-f7c6-54e9-c37a40ff5a50", "outputs": { "db_endpoint": { "value": "db-0.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-2b4ee92ef1e1ba529", "ami": "ami-36a71373", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a8e29e51"], "subnet_id": "subnet-cafb2840", "key_name": "prod-deploy-key" } } ] } ] }