Skip to content

Commit a289290

Browse files
docs: Update version number used in README.md (#258)
Co-authored-by: Anton Babenko <[email protected]>
1 parent 02fb531 commit a289290

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ HTTP and HTTPS listeners with default actions:
1313
```hcl
1414
module "alb" {
1515
source = "terraform-aws-modules/alb/aws"
16-
version = "~> 6.0"
16+
version = "~> 8.0"
1717
1818
name = "my-alb"
1919
@@ -74,7 +74,7 @@ HTTP to HTTPS redirect and HTTPS cognito authentication:
7474
```hcl
7575
module "alb" {
7676
source = "terraform-aws-modules/alb/aws"
77-
version = "~> 6.0"
77+
version = "~> 8.0"
7878
7979
name = "my-alb"
8080
@@ -136,7 +136,7 @@ Cognito Authentication only on certain routes, with redirects for other routes:
136136
```hcl
137137
module "alb" {
138138
source = "terraform-aws-modules/alb/aws"
139-
version = "~> 6.0"
139+
version = "~> 8.0"
140140
141141
name = "my-alb"
142142
@@ -217,7 +217,7 @@ When you're using ALB Listener rules, make sure that every rule's `actions` bloc
217217
```hcl
218218
module "nlb" {
219219
source = "terraform-aws-modules/alb/aws"
220-
version = "~> 6.0"
220+
version = "~> 8.0"
221221
222222
name = "my-nlb"
223223
@@ -391,6 +391,6 @@ Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraf
391391

392392
## Additional information for users from Russia and Belarus
393393

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.
396-
* [Putin khuylo!](https://en.wikipedia.org/wiki/Putin_khuylo!)
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.
396+
- [Putin khuylo!](https://en.wikipedia.org/wiki/Putin_khuylo!)

0 commit comments

Comments
 (0)