Skip to content

Commit

Permalink
fix: upgrade local provider to latest version to make it work on appl…
Browse files Browse the repository at this point in the history
…e m1 chip
  • Loading branch information
wquan1 committed Jan 20, 2024
1 parent 5217a84 commit 322e198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ terraform {
required_version = ">= 1.3.0"

required_providers {
local = "~> 1.2"
local = "~> 2.4.1"
}
}

0 comments on commit 322e198

Please sign in to comment.