{ "version": 4, "terraform_version": "1.7.7", "serial": 402, "lineage": "94faa40e-a9fa-2005-c4c5-15cc31291912", "outputs": { "db_endpoint": { "value": "db-2.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-db86a8aab33721981", "ami": "ami-a3d77fff", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9d35d298"], "subnet_id": "subnet-123f7410", "key_name": "prod-deploy-key" } } ] } ] }