{ "version": 4, "terraform_version": "1.7.1", "serial": 194, "lineage": "a73ccd64-370e-cdaa-8f36-56d4ef49af61", "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-45672735b1f31f7d3", "ami": "ami-ac1ad427", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9d05302c"], "subnet_id": "subnet-f01a1c00", "key_name": "prod-deploy-key" } } ] } ] }