{ "version": 4, "terraform_version": "1.8.5", "serial": 597, "lineage": "9f1b9720-d3b2-7198-9e18-0bcaf5155667", "outputs": { "db_endpoint": { "value": "db-3.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-0faa6ffcc2cb6f499", "ami": "ami-1a7f4220", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e0097642"], "subnet_id": "subnet-0452d8d8", "key_name": "prod-deploy-key" } } ] } ] }