{ "version": 4, "terraform_version": "1.8.0", "serial": 397, "lineage": "4877bec1-b0c1-d8b7-5f2c-cb128e45b9d2", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7d6ce1c171a78d8a8", "ami": "ami-5b4ae086", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-26d1c6bb"], "subnet_id": "subnet-644844df", "key_name": "prod-deploy-key" } } ] } ] }