Skip to content

Commit 43b5298

Browse files
changes made
1 parent 310819c commit 43b5298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client-vpn/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ module "vpn" {
225225
vpc_id = data.aws_vpc.this.id
226226

227227
client_vpn_config = {
228-
228+
create = true
229229
client_cidr_block = cidrsubnet(data.aws_vpc.this.cidr_block, 6, 1)
230230
self_signed_cert_data = {
231231
create = true

0 commit comments

Comments
 (0)