We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d15ec commit 286d6d8Copy full SHA for 286d6d8
README.md
@@ -5,7 +5,7 @@ Used to redirect domain examplea.com to exampleb.com, or test.examplea.com to ex
5
``` terraform
6
module "redirect" {
7
source = "Lupus-Metallum/cloudfront-lambda-redirect/aws"
8
- version = "2.4.0"
+ version = "2.4.1"
9
name = "example-redirect"
10
source_zone_name = "examplea.com"
11
source_sub_domain = "test"
0 commit comments