{ "version": 4, "terraform_version": "1.7.5", "serial": 277, "lineage": "02389e90-c43c-207b-d1dc-9ca94bb7aa22", "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-2d5e86009098d94f9", "ami": "ami-0bb03a57", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4bccb1f8"], "subnet_id": "subnet-20cf8216", "key_name": "prod-deploy-key" } } ] } ] }