{ "version": 4, "terraform_version": "1.5.1", "serial": 467, "lineage": "dfc0c5cb-c0c8-f9af-fb66-2b8aab6d6b86", "outputs": { "db_endpoint": { "value": "db-3.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-ff810847ab1206d95", "ami": "ami-8ba957b8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-361eac86"], "subnet_id": "subnet-08927396", "key_name": "prod-deploy-key" } } ] } ] }