Skip to content

Commit

Permalink
Cosmetic yaml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Nov 5, 2024
1 parent 138c654 commit 075626e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gen/definitions/network_policies_by_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ attributes:
type: Int64
description: number of ssid
example: "1"
test_prerequisites: |2
test_prerequisites: |
data "meraki_organization" "test" {
name = var.test_org
}
Expand Down
2 changes: 1 addition & 1 deletion gen/definitions/organization_devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ attributes:
element_type: String
description: List of tags assigned to the device
example: recently-added
test_prerequisites: |2
test_prerequisites: |
data "meraki_organization" "test" {
name = var.test_org
}
2 changes: 1 addition & 1 deletion gen/definitions/organization_firmware_upgrades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ attributes:
data_path: [toVersion]
description: Firmware version short name
example: MR 11.2.1
test_prerequisites: |2
test_prerequisites: |
data "meraki_organization" "test" {
name = var.test_org
}
2 changes: 1 addition & 1 deletion gen/definitions/organization_inventory_devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ attributes:
element_type: String
description: Device tags
example: tag1
test_prerequisites: |2
test_prerequisites: |
data "meraki_organization" "test" {
name = var.test_org
}

0 comments on commit 075626e

Please sign in to comment.