{ "version": 4, "terraform_version": "1.8.2", "serial": 587, "lineage": "cd4b2061-62e5-e8d2-b587-3f584e40b974", "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-539ad48ca2ad0e7df", "ami": "ami-c7b13804", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e6652236"], "subnet_id": "subnet-97ec10ba", "key_name": "prod-deploy-key" } } ] } ] }