{ "version": 4, "terraform_version": "1.6.2", "serial": 166, "lineage": "7aa0caaa-28ed-80ea-5d56-45016c8892b2", "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-ab4cdff57097b1fb9", "ami": "ami-c719f89e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2a5d8887"], "subnet_id": "subnet-6f94f1e8", "key_name": "prod-deploy-key" } } ] } ] }