Skip to content

Commit

Permalink
Update required_version in versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-humphries committed Oct 8, 2024
1 parent 756ac0f commit 489d39d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ variable "write_default_values_file" {
type = string
default = ""
}
variable "base_url" {
description = "Base URL"
type = string
default = "https://api.meraki.com/"
}

variable "api_key" {
type = string
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
# required_version = ">= 1.3.0"
required_version = ">= 0.1.0"

required_providers {
meraki = {
Expand Down

0 comments on commit 489d39d

Please sign in to comment.