{ "version": 4, "terraform_version": "1.8.2", "serial": 195, "lineage": "691ff873-6e13-d665-d911-1d207c61d77d", "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-82c89b9e1ab975362", "ami": "ami-a14e1c49", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d14296de"], "subnet_id": "subnet-cab01639", "key_name": "prod-deploy-key" } } ] } ] }