Skip to content

Commit

Permalink
terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFronius committed Apr 16, 2021
1 parent aef6dd4 commit 59cb1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_ec2_client_vpn_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ resource "aws_ec2_client_vpn_endpoint" "test" {
}
client_connect_options {
enabled = true
lambda_function_arn = aws_lambda_function.test.arn
enabled = true
lambda_function_arn = aws_lambda_function.test.arn
}
}
`, rName, rName)
Expand Down

0 comments on commit 59cb1fd

Please sign in to comment.