Skip to content

Commit 4f2de30

Browse files
committed
cloudflare test 3
1 parent 6e29ef7 commit 4f2de30

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

data/security/01_ipam_for_security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
kind: IpamPrefix
3333
data:
3434
- prefix: "10.1.1.0/24"
35-
description: "DMZ network segment"
35+
description: "DMZ segment"
3636

3737
- prefix: "192.168.1.0/24"
3838
description: "Internal corporate network"

generators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Generators."""
1+
"""Generators"""

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
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

Comments
 (0)