{ "version": 4, "terraform_version": "1.8.8", "serial": 584, "lineage": "7c60af7f-b584-7953-e5ae-9d17eb419d6d", "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-b407203eff24aaaee", "ami": "ami-7faec4a4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-76c1950b"], "subnet_id": "subnet-7344ef20", "key_name": "prod-deploy-key" } } ] } ] }