{ "version": 4, "terraform_version": "1.8.0", "serial": 563, "lineage": "f63343f5-f3f5-daa8-481d-7cf0b35aa35a", "outputs": { "db_endpoint": { "value": "db-3.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-55ff5ae104bb9b2a4", "ami": "ami-92148bc5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a18b287c"], "subnet_id": "subnet-e23a06ea", "key_name": "prod-deploy-key" } } ] } ] }