{ "version": 4, "terraform_version": "1.8.9", "serial": 567, "lineage": "3236cf77-7191-1947-a1ab-7a74f9721678", "outputs": { "db_endpoint": { "value": "db-1.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-588d1585c5b474ef4", "ami": "ami-d96535b8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-59800896"], "subnet_id": "subnet-8bea8a1b", "key_name": "prod-deploy-key" } } ] } ] }