You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ HTTP and HTTPS listeners with default actions:
13
13
```hcl
14
14
module "alb" {
15
15
source = "terraform-aws-modules/alb/aws"
16
-
version = "~> 6.0"
16
+
version = "~> 8.0"
17
17
18
18
name = "my-alb"
19
19
@@ -74,7 +74,7 @@ HTTP to HTTPS redirect and HTTPS cognito authentication:
74
74
```hcl
75
75
module "alb" {
76
76
source = "terraform-aws-modules/alb/aws"
77
-
version = "~> 6.0"
77
+
version = "~> 8.0"
78
78
79
79
name = "my-alb"
80
80
@@ -136,7 +136,7 @@ Cognito Authentication only on certain routes, with redirects for other routes:
136
136
```hcl
137
137
module "alb" {
138
138
source = "terraform-aws-modules/alb/aws"
139
-
version = "~> 6.0"
139
+
version = "~> 8.0"
140
140
141
141
name = "my-alb"
142
142
@@ -217,7 +217,7 @@ When you're using ALB Listener rules, make sure that every rule's `actions` bloc
217
217
```hcl
218
218
module "nlb" {
219
219
source = "terraform-aws-modules/alb/aws"
220
-
version = "~> 6.0"
220
+
version = "~> 8.0"
221
221
222
222
name = "my-nlb"
223
223
@@ -391,6 +391,6 @@ Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraf
391
391
392
392
## Additional information for users from Russia and Belarus
393
393
394
-
* Russia has [illegally annexed Crimea in 2014](https://en.wikipedia.org/wiki/Annexation_of_Crimea_by_the_Russian_Federation) and [brought the war in Donbas](https://en.wikipedia.org/wiki/War_in_Donbas) followed by [full-scale invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine).
395
-
* Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee.
- Russia has [illegally annexed Crimea in 2014](https://en.wikipedia.org/wiki/Annexation_of_Crimea_by_the_Russian_Federation) and [brought the war in Donbas](https://en.wikipedia.org/wiki/War_in_Donbas) followed by [full-scale invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine).
395
+
- Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee.
0 commit comments