{ "version": 4, "terraform_version": "1.5.1", "serial": 364, "lineage": "021d19a4-4b17-51e1-060f-dfdcc3742864", "outputs": { "db_endpoint": { "value": "db-4.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-d5a421740d6fbc3ec", "ami": "ami-9fa3daef", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-de9fb0df"], "subnet_id": "subnet-38d42413", "key_name": "prod-deploy-key" } } ] } ] }