Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent cc6551b commit 3a460ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
version = "2.12.1"
}
local = {
souce = "hashicorp/local"
source = "hashicorp/local"
version = "2.4.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/azure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
version = "2.12.1"
}
local = {
souce = "hashicorp/local"
source = "hashicorp/local"
version = "2.4.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
version = "2.12.1"
}
local = {
souce = "hashicorp/local"
source = "hashicorp/local"
version = "2.4.1"
}
}
Expand Down

0 comments on commit 3a460ef

Please sign in to comment.