{ "version": 4, "terraform_version": "1.7.7", "serial": 391, "lineage": "b680f49d-cdb3-4cd4-1134-f55dab1e73c8", "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-d655ddc846cf06e7f", "ami": "ami-087b9b0e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c916bc0"], "subnet_id": "subnet-abfd1048", "key_name": "prod-deploy-key" } } ] } ] }