{ "version": 4, "terraform_version": "1.7.9", "serial": 196, "lineage": "d9c8d310-cf02-2843-90e7-2e2593daf835", "outputs": { "db_endpoint": { "value": "db-1.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-22477a5739ce4892d", "ami": "ami-73e5aa50", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c53da3fb"], "subnet_id": "subnet-d1d8c96c", "key_name": "prod-deploy-key" } } ] } ] }