{ "version": 4, "terraform_version": "1.6.9", "serial": 430, "lineage": "5af585d1-d15e-8942-ffe6-af1cb35b6833", "outputs": { "db_endpoint": { "value": "db-1.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-723199fc777f289f4", "ami": "ami-b57c0714", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-04fe1ed4"], "subnet_id": "subnet-0f8c5fa1", "key_name": "prod-deploy-key" } } ] } ] }