{ "version": 4, "terraform_version": "1.7.4", "serial": 167, "lineage": "2d3a99d1-e1ef-9f4c-8a32-6ffdb94f328b", "outputs": { "db_endpoint": { "value": "db-3.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-0e700d18595719a4f", "ami": "ami-68a536be", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-92849948"], "subnet_id": "subnet-ca83fefe", "key_name": "prod-deploy-key" } } ] } ] }