{ "version": 4, "terraform_version": "1.7.9", "serial": 297, "lineage": "44785747-d1bf-6be4-5c7d-3790029fce5d", "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-af5887244d81c23af", "ami": "ami-8bedd7ba", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f5490018"], "subnet_id": "subnet-8cd23288", "key_name": "prod-deploy-key" } } ] } ] }