Skip to content

Commit

Permalink
feat: Add output for Meraki organizations in terraform file
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-humphries committed Jun 10, 2024
1 parent ae8bf32 commit e44152f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meraki_organization.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
data "meraki_organizations" "organizations" {
}

output "test" {
value = data.meraki_organizations.organizations
}
locals {
organization_map = { for organization in data.meraki_organizations.organizations.items : organization.name => organization.id }
networks = flatten([
Expand Down

0 comments on commit e44152f

Please sign in to comment.