We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e29ef7 commit 4f2de30Copy full SHA for 4f2de30
data/security/01_ipam_for_security.yml
@@ -32,7 +32,7 @@ spec:
32
kind: IpamPrefix
33
data:
34
- prefix: "10.1.1.0/24"
35
- description: "DMZ network segment"
+ description: "DMZ segment"
36
37
- prefix: "192.168.1.0/24"
38
description: "Internal corporate network"
generators/__init__.py
@@ -1 +1 @@
1
-"""Generators."""
+"""Generators"""
package.json
@@ -0,0 +1,12 @@
+{
2
+ "name": "infrahub-demo",
3
+ "private": true,
4
+ "version": "0.1.5",
5
+ "description": "Infrahub demo - documentation in docs/ directory",
6
+ "scripts": {
7
+ "build": "cd docs && npm install && npm run build"
8
+ },
9
+ "workspaces": [
10
+ "docs"
11
+ ]
12
+}
0 commit comments