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 a224ccb commit 1f430feCopy full SHA for 1f430fe
README.md
@@ -8,7 +8,7 @@ Terraform module for enabling AWS VPC flow logs.
8
```hcl
9
module "vpc-flow-logs" {
10
source = "native-cube/vpc-flow-logs/aws"
11
- version = "~> 2.1.0"
+ version = "~> 2.2"
12
13
name_prefix = "native-cube-example"
14
vpc_id = "vpc-123456789"
@@ -98,4 +98,4 @@ brew install pre-commit terraform-docs tflint
98
99
brew tap git-chglog/git-chglog
100
brew install git-chglog
101
-```
+```
0 commit comments