File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments