Skip to content

Commit

Permalink
fix: use correct provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgamache committed Feb 14, 2024
1 parent 1d5efb0 commit 862f80a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/cas-cif/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Terraform workspace configuration. To apply changes to this file, use `make create_workspace`

terraform {
required_version = ">=1.4.6"

required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "1.13"
version = "~> 2.23"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit 862f80a

Please sign in to comment.