Skip to content

Commit

Permalink
chore: fix google provider version on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Parraga Thiesen committed Mar 22, 2022
1 parent d01c7e4 commit dcf1dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/unit-complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.1.12"
version = "4.14.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/unit-disabled/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.1.12"
version = "4.14.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/unit-minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.1.12"
version = "4.14.0"
}
}
}
Expand Down

0 comments on commit dcf1dfb

Please sign in to comment.