{ "version": 4, "terraform_version": "1.5.6", "serial": 126, "lineage": "ef2f1cd5-f4ff-4749-6af5-46d8ac595614", "outputs": { "db_endpoint": { "value": "db-2.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-21a3498e02f137ed3", "ami": "ami-769913ed", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f4ba30e4"], "subnet_id": "subnet-ef2b3b7a", "key_name": "prod-deploy-key" } } ] } ] }