Skip to content

Commit

Permalink
Update meraki provider version and source
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-humphries committed Sep 30, 2024
1 parent 56fe1c6 commit 8ddae16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ terraform {

required_providers {
meraki = {
source = "local/cisco/meraki"
# source = "local/cisco/meraki"
# version = "0.1.1"
source = "CiscoDevNet/meraki"
version = "0.1.0"
}

utils = {
source = "netascode/utils"
version = ">= 0.2.5"
Expand All @@ -15,7 +19,6 @@ terraform {
}
}
}

provider "meraki" {
api_key = var.MERAKI_API_KEY
}

0 comments on commit 8ddae16

Please sign in to comment.