diff --git a/README.md b/README.md index 2d2507e..17b5796 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The following requirements are needed by this module: - [terraform](#requirement\_terraform) (>= 1.13.0) -- [hcp](#requirement\_hcp) (0.110.0) +- [hcp](#requirement\_hcp) (0.111.0) - [tfe](#requirement\_tfe) (~> 0.71) @@ -194,8 +194,8 @@ Default: The following resources are used by this module: -- [hcp_waypoint_add_on_definition.this](https://registry.terraform.io/providers/hashicorp/hcp/0.110.0/docs/resources/waypoint_add_on_definition) (resource) -- [hcp_waypoint_template.this](https://registry.terraform.io/providers/hashicorp/hcp/0.110.0/docs/resources/waypoint_template) (resource) +- [hcp_waypoint_add_on_definition.this](https://registry.terraform.io/providers/hashicorp/hcp/0.111.0/docs/resources/waypoint_add_on_definition) (resource) +- [hcp_waypoint_template.this](https://registry.terraform.io/providers/hashicorp/hcp/0.111.0/docs/resources/waypoint_template) (resource) - [tfe_project.this](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/data-sources/project) (data source) - [tfe_registry_module.this](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/data-sources/registry_module) (data source) diff --git a/versions.tf b/versions.tf index 43839f8..cac4128 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "0.110.0" + version = "0.111.0" } tfe = { source = "hashicorp/tfe"