Skip to content

Commit

Permalink
Add docs and run pre-commit scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Widmer committed Oct 10, 2023
1 parent 60e82b5 commit 78a673b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/patterns/aws-vpc-cni-network-policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: AWS VPC CNI Network Policy
---

{%
include-markdown "../../patterns/aws-vpc-cni-network-policy/README.md"
%}
2 changes: 1 addition & 1 deletion patterns/aws-vpc-cni-network-policy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ resource "kubernetes_network_policy_v1" "allow_client_to_backend" {
}
}
depends_on = [module.addons]
}
}

0 comments on commit 78a673b

Please sign in to comment.