{ "version": 4, "terraform_version": "1.7.5", "serial": 428, "lineage": "a8349963-210e-9cc1-e214-09531cf792fb", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-41c385307620633ae", "ami": "ami-78a11a73", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d0602a29"], "subnet_id": "subnet-0f0109b0", "key_name": "prod-deploy-key" } } ] } ] }