{ "version": 4, "terraform_version": "1.8.7", "serial": 497, "lineage": "e1e68f39-4986-e135-4f5b-7c5feaaea61a", "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-e1b541d71502f75fc", "ami": "ami-3baee2fc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e3f23927"], "subnet_id": "subnet-8ef9ca08", "key_name": "prod-deploy-key" } } ] } ] }