{ "version": 4, "terraform_version": "1.8.1", "serial": 551, "lineage": "b4372a60-b2b0-9b91-27a3-a47258fe22e0", "outputs": { "db_endpoint": { "value": "db-0.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-b12838a4d555aaf30", "ami": "ami-366b87f1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4b72f63d"], "subnet_id": "subnet-3d4e46a1", "key_name": "prod-deploy-key" } } ] } ] }