Skip to content

Commit

Permalink
chore(deps): updating the version of private endpoints (#41)
Browse files Browse the repository at this point in the history
* chore(deps): updating the version of private endpoints

* fix: updating the version of providers

* docs: updating the docs to reflect the changes
  • Loading branch information
gambol99 authored Aug 30, 2024
1 parent dcf379f commit 4347556
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 120 deletions.
34 changes: 17 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
| <a name="module_dns"></a> [dns](#module\_dns) | appvia/dns/aws | 1.2.1 |
| <a name="module_dns_vpc"></a> [dns\_vpc](#module\_dns\_vpc) | appvia/network/aws | 0.3.1 |
| <a name="module_egress_vpc"></a> [egress\_vpc](#module\_egress\_vpc) | appvia/network/aws | 0.3.1 |
| <a name="module_endpoints"></a> [endpoints](#module\_endpoints) | appvia/private-endpoints/aws | 0.2.4 |
| <a name="module_endpoints"></a> [endpoints](#module\_endpoints) | appvia/private-endpoints/aws | 0.2.5 |
| <a name="module_endpoints_vpc"></a> [endpoints\_vpc](#module\_endpoints\_vpc) | appvia/network/aws | 0.3.1 |
| <a name="module_ingress_vpc"></a> [ingress\_vpc](#module\_ingress\_vpc) | appvia/network/aws | 0.3.1 |
| <a name="module_inspection_vpc"></a> [inspection\_vpc](#module\_inspection\_vpc) | appvia/network/aws | 0.3.1 |
Expand Down
2 changes: 1 addition & 1 deletion endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "endpoints_vpc" {
module "endpoints" {
count = local.enable_endpoints ? 1 : 0
source = "appvia/private-endpoints/aws"
version = "0.2.4"
version = "0.2.5"

name = var.services.endpoints.network.name
endpoints = var.services.endpoints.services
Expand Down
68 changes: 34 additions & 34 deletions examples/complete/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions examples/inspection/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 34 additions & 34 deletions examples/trusted/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4347556

Please sign in to comment.