Skip to content

Commit 6423b88

Browse files
committed
Update host README with pricing provider outputs
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 4d8501a commit 6423b88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/hosts/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The sample `terraform.tfvars.sample` describes the required inputs for the examp
3131

3232
| Name | Version |
3333
|------|---------|
34-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.60.0 |
34+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 6.25.0 |
35+
| <a name="provider_aws.pricing_calculator"></a> [aws.pricing\_calculator](#provider\_aws.pricing\_calculator) | 6.25.0 |
3536

3637
## Modules
3738

@@ -45,6 +46,7 @@ No modules.
4546
| [aws_instance.pvc_base](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance) | resource |
4647
| [aws_volume_attachment.inventory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/volume_attachment) | resource |
4748
| [aws_ami.pvc_base](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
49+
| [aws_pricing_product.pvc_base](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/pricing_product) | data source |
4850

4951
## Inputs
5052

@@ -68,5 +70,6 @@ No modules.
6870
| Name | Description |
6971
|------|-------------|
7072
| <a name="output_hosts"></a> [hosts](#output\_hosts) | Hosts |
73+
| <a name="output_pricing"></a> [pricing](#output\_pricing) | The hourly cost and details for each instance of this module. |
7174
| <a name="output_storage_volumes"></a> [storage\_volumes](#output\_storage\_volumes) | Additional Storage Volumes |
7275
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)