Skip to content

Commit

Permalink
Updates versions.tf to use new Linode provider source
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph D. Marhee <[email protected]>
  • Loading branch information
jmarhee committed Oct 4, 2024
1 parent 190d163 commit 7ac7f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
linode = {
source = "terraform-providers/linode"
source = "linode/linode"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 7ac7f90

Please sign in to comment.