Skip to content

Commit 0217b37

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.26.6) from the terraform-aws-openvpn@v0.26.6 source branch.
1 parent 2e4be15 commit 0217b37

File tree

6 files changed

+44
-44
lines changed

6 files changed

+44
-44
lines changed

docs/reference/modules/terraform-aws-openvpn/backup-openvpn-pki/backup-openvpn-pki.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.5" lastModifiedVersion="0.26.2"/>
12+
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.6" lastModifiedVersion="0.26.2"/>
1313

1414
# Backup PKI Assets Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/backup-openvpn-pki" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/backup-openvpn-pki" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.26.2" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module is used to backup the OpenVPN Public Key Infrastructure (PKI) to S3 on a server that has been installed using
21-
the [install-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/install-openvpn) module.
21+
the [install-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/install-openvpn) module.
2222

2323
The PKI is the set of certificates used to verify the server and users' identities for VPN authentication purposes. This
2424
normally lives on the OpenVPN server in the `/etc/openvpn-ca` and `/etc/openvpn` directories. If we didn't back these files
@@ -28,11 +28,11 @@ up, we would have to reissue client certificates if the OpenVPN server ever need
2828
<!-- ##DOCS-SOURCER-START
2929
{
3030
"originalSources": [
31-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/backup-openvpn-pki/readme.md",
32-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/backup-openvpn-pki/variables.tf",
33-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/backup-openvpn-pki/outputs.tf"
31+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/backup-openvpn-pki/readme.md",
32+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/backup-openvpn-pki/variables.tf",
33+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/backup-openvpn-pki/outputs.tf"
3434
],
3535
"sourcePlugin": "module-catalog-api",
36-
"hash": "1dbb1d0c5f6484be562b32697c7b0590"
36+
"hash": "4296e5592081bc7464b70535dd4ba2b5"
3737
}
3838
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-openvpn/init-openvpn/init-openvpn.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.5" lastModifiedVersion="0.18.0"/>
12+
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.6" lastModifiedVersion="0.18.0"/>
1313

1414
# Init OpenVPN Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/init-openvpn" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/init-openvpn" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.18.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module is used to initialize the OpenVPN server, its Public Key Infrastructure (PKI), Certificate Authority
21-
(CA) and configuration on a server that has been installed using the [install-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/install-openvpn) module.
21+
(CA) and configuration on a server that has been installed using the [install-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/install-openvpn) module.
2222

2323

2424
<!-- ##DOCS-SOURCER-START
2525
{
2626
"originalSources": [
27-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/init-openvpn/readme.md",
28-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/init-openvpn/variables.tf",
29-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/init-openvpn/outputs.tf"
27+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/init-openvpn/readme.md",
28+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/init-openvpn/variables.tf",
29+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/init-openvpn/outputs.tf"
3030
],
3131
"sourcePlugin": "module-catalog-api",
32-
"hash": "66ec35be1425b88a795824189328780c"
32+
"hash": "cfefba7927d7b6c70784daf7d44d5162"
3333
}
3434
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-openvpn/install-openvpn/install-openvpn.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.5" lastModifiedVersion="0.19.0"/>
12+
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.6" lastModifiedVersion="0.19.0"/>
1313

1414
# Install OpenVPN Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/install-openvpn" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/install-openvpn" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.19.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module is used to install the OpenVPN package and related template files onto a server. It is expected that
21-
the [init-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/init-openvpn) module will be run on the server during boot to configure the OpenVPN server installed by this
21+
the [init-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/init-openvpn) module will be run on the server during boot to configure the OpenVPN server installed by this
2222
package.
2323

2424

2525
<!-- ##DOCS-SOURCER-START
2626
{
2727
"originalSources": [
28-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/install-openvpn/readme.md",
29-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/install-openvpn/variables.tf",
30-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/install-openvpn/outputs.tf"
28+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/install-openvpn/readme.md",
29+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/install-openvpn/variables.tf",
30+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/install-openvpn/outputs.tf"
3131
],
3232
"sourcePlugin": "module-catalog-api",
33-
"hash": "190ffe038c3d016de74426e6a4d2b8b1"
33+
"hash": "7ea94d9b8c7c1a1397790a76ad8a15d2"
3434
}
3535
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-openvpn/openvpn-admin/openvpn-admin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.5" lastModifiedVersion="0.26.2"/>
12+
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.6" lastModifiedVersion="0.26.2"/>
1313

1414
# openvpn-admin
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-admin" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-admin" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.26.2" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -32,11 +32,11 @@ certificates and the OpenVPN server to process those requests.
3232
<!-- ##DOCS-SOURCER-START
3333
{
3434
"originalSources": [
35-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-admin/readme.md",
36-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-admin/variables.tf",
37-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-admin/outputs.tf"
35+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-admin/readme.md",
36+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-admin/variables.tf",
37+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-admin/outputs.tf"
3838
],
3939
"sourcePlugin": "module-catalog-api",
40-
"hash": "8f6d3142259635555fe85e33fb952fa8"
40+
"hash": "a15fa14e8bdf9f427881b5fadf463b10"
4141
}
4242
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-openvpn/openvpn-server/openvpn-server.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.5" lastModifiedVersion="0.26.5"/>
12+
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.6" lastModifiedVersion="0.26.6"/>
1313

1414
# OpenVPN Server Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-server" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-server" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.26.5" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.26.6" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module makes it easy to deploy an OpenVPN server in an auto-scaling group (size 1) for fault tolerance --along with the all the resources it typically needs:
2121

@@ -83,7 +83,7 @@ resource "aws_iam_policy_attachment" "attachment" {
8383

8484
## What if I want to enable MFA?
8585

86-
The scripts [init-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/init-openvpn) and [install-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/install-openvpn) support setting up the
86+
The scripts [init-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/init-openvpn) and [install-openvpn](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/install-openvpn) support setting up the
8787
[duo_openvpn](https://github.com/duosecurity/duo_openvpn) plugin for 2FA authentication. To enable the duo plugin, you
8888
need to:
8989

@@ -96,7 +96,7 @@ need to:
9696
`--duo-skey`, and `--duo-host` to configure the integration key, secret key, and API hostname respectively. You can
9797
obtain these by following [the Duo setup instructions for OpenVPN](https://duo.com/docs/openvpn).
9898

99-
See the [packer-duo](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/examples/packer-duo) and [openvpn-host-duo](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/examples/openvpn-host-duo) examples for an
99+
See the [packer-duo](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/examples/packer-duo) and [openvpn-host-duo](https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/examples/openvpn-host-duo) examples for an
100100
example configuration to deploy the OpenVPN server with Duo enabled.
101101

102102
Once the plugin is setup, all authentication for the client will result in a password prompt. To authenticate, you pass
@@ -117,7 +117,7 @@ exactly match the duo username.
117117
118118
module "openvpn_server" {
119119
120-
source = "git::git@github.com:gruntwork-io/terraform-aws-openvpn.git//modules/openvpn-server?ref=v0.26.5"
120+
source = "git::git@github.com:gruntwork-io/terraform-aws-openvpn.git//modules/openvpn-server?ref=v0.26.6"
121121
122122
# ----------------------------------------------------------------------------------------------------
123123
# REQUIRED VARIABLES
@@ -352,7 +352,7 @@ module "openvpn_server" {
352352
# ------------------------------------------------------------------------------------------------------
353353
354354
terraform {
355-
source = "git::git@github.com:gruntwork-io/terraform-aws-openvpn.git//modules/openvpn-server?ref=v0.26.5"
355+
source = "git::git@github.com:gruntwork-io/terraform-aws-openvpn.git//modules/openvpn-server?ref=v0.26.6"
356356
}
357357
358358
inputs = {
@@ -1063,11 +1063,11 @@ The base64-encoded User Data script to run on the server when it is booting. Thi
10631063
<!-- ##DOCS-SOURCER-START
10641064
{
10651065
"originalSources": [
1066-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-server/readme.md",
1067-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-server/variables.tf",
1068-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/openvpn-server/outputs.tf"
1066+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-server/readme.md",
1067+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-server/variables.tf",
1068+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/openvpn-server/outputs.tf"
10691069
],
10701070
"sourcePlugin": "module-catalog-api",
1071-
"hash": "4f47aaa99e65e9eacdcef3f5ebd87f41"
1071+
"hash": "e60b431fe9247e20badcd8b871cd2a5a"
10721072
}
10731073
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-openvpn/start-openvpn-admin/start-openvpn-admin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.5" lastModifiedVersion="0.26.2"/>
12+
<VersionBadge repoTitle="Open VPN Package Infrastructure Package" version="0.26.6" lastModifiedVersion="0.26.2"/>
1313

1414
# Start OpenVPN Admin
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/start-openvpn-admin" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/start-openvpn-admin" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-openvpn/releases/tag/v0.26.2" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -24,11 +24,11 @@ certificate revocation requests on the OpenVPN server
2424
<!-- ##DOCS-SOURCER-START
2525
{
2626
"originalSources": [
27-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/start-openvpn-admin/readme.md",
28-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/start-openvpn-admin/variables.tf",
29-
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.5/modules/start-openvpn-admin/outputs.tf"
27+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/start-openvpn-admin/readme.md",
28+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/start-openvpn-admin/variables.tf",
29+
"https://github.com/gruntwork-io/terraform-aws-openvpn/tree/v0.26.6/modules/start-openvpn-admin/outputs.tf"
3030
],
3131
"sourcePlugin": "module-catalog-api",
32-
"hash": "5f5f78a8c8a5dbb5f9ea809206e90608"
32+
"hash": "ef5d950933c6d21bd74debbcb5d39879"
3333
}
3434
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)