{ "version": 4, "terraform_version": "1.8.9", "serial": 118, "lineage": "cad12b8c-5047-144c-a8e5-e3c271a35408", "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-d7e4a7fe423a680a2", "ami": "ami-437e3214", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-25bb6809"], "subnet_id": "subnet-4a6a6e48", "key_name": "prod-deploy-key" } } ] } ] }