{ "version": 4, "terraform_version": "1.7.9", "serial": 502, "lineage": "891fc7c2-e991-3023-3e53-61f959c4a8f9", "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-45d1c81206af52e11", "ami": "ami-4b48bed6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e371d05c"], "subnet_id": "subnet-6b50c46f", "key_name": "prod-deploy-key" } } ] } ] }