{ "version": 4, "terraform_version": "1.8.2", "serial": 258, "lineage": "b3f24185-bce4-f07d-1060-476e0398850d", "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-127e768083ac62124", "ami": "ami-d2ade058", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9e8dcee7"], "subnet_id": "subnet-1d0d5e41", "key_name": "prod-deploy-key" } } ] } ] }