{ "version": 4, "terraform_version": "1.7.9", "serial": 244, "lineage": "1e31ccb1-c0af-dd3e-6caf-418c48e04484", "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-c215dbf6d4722738a", "ami": "ami-621c18c9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4b6eb798"], "subnet_id": "subnet-a87a36c9", "key_name": "prod-deploy-key" } } ] } ] }