{ "version": 4, "terraform_version": "1.8.1", "serial": 466, "lineage": "62267451-ae68-3327-cea3-07718ee15a56", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2b2e0a3e1b7cd16c3", "ami": "ami-c0878ae0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-96ad2866"], "subnet_id": "subnet-cfa5b4ff", "key_name": "prod-deploy-key" } } ] } ] }