{ "version": 4, "terraform_version": "1.5.0", "serial": 256, "lineage": "969afd5b-1495-4bd3-3f8b-8db03dca8a3f", "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-af9bca0b1a067dc46", "ami": "ami-87ecf136", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7b2fe676"], "subnet_id": "subnet-a5def789", "key_name": "prod-deploy-key" } } ] } ] }