> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-pr-30914.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# bazel_module {#modules.bazel_module}

Represents a Bazel module in the external dependency graph.

## Members

* [is\_root](#is_root)
* [name](#name)
* [tags](#tags)
* [version](#version)

<h2 id="is_root">
  is\_root
</h2>

```
bool bazel_module.is_root
```

Whether this module is the root module.

<h2 id="name">
  name
</h2>

```
string bazel_module.name
```

The name of the module.

<h2 id="tags">
  tags
</h2>

```
bazel_module_tags bazel_module.tags
```

The tags in the module related to the module extension currently being processed.

<h2 id="version">
  version
</h2>

```
string bazel_module.version
```

The version of the module.
