Skip to content

Commit

Permalink
Merge pull request #150 from sassoftware/IAC-634
Browse files Browse the repository at this point in the history
fix: (IAC-634) Pin hashicorp/tls to v3.4.0
  • Loading branch information
jarpat authored Jul 25, 2022
2 parents df11409 + 78bb5ee commit d88cc6b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,32 @@ terraform {
version = "3.72.0"
}
random = {
source = "hashicorp/random"
source = "hashicorp/random"
version = "3.1.0"
}
}
local = {
source = "hashicorp/local"
source = "hashicorp/local"
version = "2.1.0"
}
null = {
source = "hashicorp/null"
source = "hashicorp/null"
version = "3.1.0"
}
template = {
source = "hashicorp/template"
source = "hashicorp/template"
version = "2.2.0"
}
external = {
source = "hashicorp/external"
source = "hashicorp/external"
version = "2.1.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
source = "hashicorp/kubernetes"
version = "2.2.0"
}
tls = {
source = "hashicorp/tls"
version = "3.4.0"
}
}
}

0 comments on commit d88cc6b

Please sign in to comment.