{ "version": 4, "terraform_version": "1.6.6", "serial": 174, "lineage": "7e0e85dd-caaa-1174-62bd-734a239742f8", "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-751c841a036592508", "ami": "ami-efdfdab5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-163c9548"], "subnet_id": "subnet-4cd9c684", "key_name": "prod-deploy-key" } } ] } ] }