{ "version": 4, "terraform_version": "1.8.9", "serial": 423, "lineage": "d38c3de6-6961-7c2c-6d8e-c9ca923091e0", "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-7de3995470cb2d644", "ami": "ami-a9a7162b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5f4ef99a"], "subnet_id": "subnet-9ed85571", "key_name": "prod-deploy-key" } } ] } ] }