{ "version": 4, "terraform_version": "1.8.3", "serial": 147, "lineage": "33268b41-e65d-1c6c-7a8e-c519e4de0eb7", "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-8bad85451a5075905", "ami": "ami-a590a6c7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-99986dea"], "subnet_id": "subnet-fb15102e", "key_name": "prod-deploy-key" } } ] } ] }