{ "version": 4, "terraform_version": "1.7.0", "serial": 136, "lineage": "72808f71-f421-1c4f-003d-cc5f1b979a12", "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-09d2d71450cba8ef4", "ami": "ami-62e9c061", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-12d5290e"], "subnet_id": "subnet-51561883", "key_name": "prod-deploy-key" } } ] } ] }