{ "version": 4, "terraform_version": "1.8.4", "serial": 502, "lineage": "cb672c00-f2c2-a58b-e7af-60cb63013052", "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-4a720dd62f32ea1d5", "ami": "ami-a1c34774", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0d4842af"], "subnet_id": "subnet-9de469d4", "key_name": "prod-deploy-key" } } ] } ] }