Skip to content

Commit

Permalink
Merge branch 'main' into cx_provider_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-humphries authored Sep 30, 2024
2 parents 8ddae16 + b41ebc3 commit fa50213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion defaults/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ defaults:
authentication_method: Email
organization_access: full
networks:
access: full
access: fullaccess
3 changes: 0 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ terraform {

required_providers {
meraki = {
# source = "local/cisco/meraki"
# version = "0.1.1"
source = "CiscoDevNet/meraki"
version = "0.1.0"
}
Expand All @@ -20,5 +18,4 @@ terraform {
}
}
provider "meraki" {
api_key = var.MERAKI_API_KEY
}

0 comments on commit fa50213

Please sign in to comment.