{ "version": 4, "terraform_version": "1.8.9", "serial": 550, "lineage": "494dc647-423b-6d64-92d4-877e78a285f7", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-6c58415bce8696bf1", "ami": "ami-50fd6b28", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7e34138f"], "subnet_id": "subnet-70f2d1d5", "key_name": "prod-deploy-key" } } ] } ] }