Skip to content

Commit

Permalink
Yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Apr 20, 2024
1 parent e87f278 commit 0c762b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions examples/network_groups/existing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
existing:
fmc:
domains:
- name: Global
objects:
networks:
- name: any-ipv4
- name: Global
objects:
networks:
- name: any-ipv4
32 changes: 16 additions & 16 deletions examples/network_groups/fmc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
fmc:
name: MyFMC1
domains:
- name: Global
objects:
hosts:
- name: MyHost1
ip: 10.10.10.10
- name: MyHost2
ip: 20.20.20.20
network_groups:
- name: MyNetworkGroup1
objects:
- MyHost1
- any-ipv4
- name: MyNetworkGroup2
objects:
- MyNetworkGroup1
- MyHost2
- name: Global
objects:
hosts:
- name: MyHost1
ip: 10.10.10.10
- name: MyHost2
ip: 20.20.20.20
network_groups:
- name: MyNetworkGroup1
objects:
- MyHost1
- any-ipv4
- name: MyNetworkGroup2
objects:
- MyNetworkGroup1
- MyHost2
2 changes: 1 addition & 1 deletion templates/.terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ content: |-
output:
file: README.md
mode: replace
mode: replace

0 comments on commit 0c762b4

Please sign in to comment.