Skip to content

Commit 1f430fe

Browse files
authored
Update README.md
1 parent a224ccb commit 1f430fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Terraform module for enabling AWS VPC flow logs.
88
```hcl
99
module "vpc-flow-logs" {
1010
source = "native-cube/vpc-flow-logs/aws"
11-
version = "~> 2.1.0"
11+
version = "~> 2.2"
1212
1313
name_prefix = "native-cube-example"
1414
vpc_id = "vpc-123456789"
@@ -98,4 +98,4 @@ brew install pre-commit terraform-docs tflint
9898

9999
brew tap git-chglog/git-chglog
100100
brew install git-chglog
101-
```
101+
```

0 commit comments

Comments
 (0)