diff --git a/modules/hosts/README.md b/modules/hosts/README.md
index 2503df2..cd3dfa0 100644
--- a/modules/hosts/README.md
+++ b/modules/hosts/README.md
@@ -32,6 +32,7 @@ The sample `terraform.tfvars.sample` describes the required inputs for the examp
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 4.60.0 |
+| [aws.pricing\_calculator](#provider\_aws.pricing\_calculator) | >= 4.60.0 |
## Modules
@@ -45,6 +46,7 @@ No modules.
| [aws_instance.pvc_base](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance) | resource |
| [aws_volume_attachment.inventory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/volume_attachment) | resource |
| [aws_ami.pvc_base](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
+| [aws_pricing_product.pvc_base](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/pricing_product) | data source |
## Inputs
@@ -68,5 +70,6 @@ No modules.
| Name | Description |
|------|-------------|
| [hosts](#output\_hosts) | Hosts |
+| [pricing](#output\_pricing) | The hourly cost and details for each instance of this module. |
| [storage\_volumes](#output\_storage\_volumes) | Additional Storage Volumes |
\ No newline at end of file
diff --git a/modules/hosts/main.tf b/modules/hosts/main.tf
index 09024d6..9f189b3 100644
--- a/modules/hosts/main.tf
+++ b/modules/hosts/main.tf
@@ -31,6 +31,7 @@ terraform {
locals {
pricing_os_map = {
"Red Hat Enterprise Linux" = "RHEL"
+ "Red Hat BYOL Linux" = "RHEL",
"Ubuntu" = "Linux"
"Linux/UNIX" = "Linux"
# "Windows" = "Windows"