{ "version": 4, "terraform_version": "1.5.7", "serial": 430, "lineage": "381a8f72-9a8f-7c2f-0529-3520302bbabe", "outputs": { "db_endpoint": { "value": "db-0.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-a1ee7078a14fd2ed8", "ami": "ami-7573b04f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8684b8a2"], "subnet_id": "subnet-60f3d933", "key_name": "prod-deploy-key" } } ] } ] }