{ "version": 4, "terraform_version": "1.8.7", "serial": 106, "lineage": "5d6b4191-6e2b-caf7-f332-33850eee776f", "outputs": { "db_endpoint": { "value": "db-3.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-d5c449e8551ef0522", "ami": "ami-90178454", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f2c0e796"], "subnet_id": "subnet-a6c2ea15", "key_name": "prod-deploy-key" } } ] } ] }