Skip to content

Commit

Permalink
Fix issue #5
Browse files Browse the repository at this point in the history
Remove Google provider from required block
  • Loading branch information
weeco authored Oct 30, 2021
1 parent f3798de commit c32e68e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/kowl/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ terraform {
required_version = ">=0.12"

required_providers {
google = ">= 3.36.0, <4.0.0"
kubernetes = ">= 2.0.0, <3.0.0"
random = ">= 2.3.0, <3.0.0"
}
}
}

0 comments on commit c32e68e

Please sign in to comment.