Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
assets/terrafor-modules: add missing random provider version constraints
Browse files Browse the repository at this point in the history
Closes #1022

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Sep 28, 2020
1 parent e8d7034 commit 8468ead
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ terraform {
ct = "0.6.1"
null = "2.1.2"
template = "2.1.2"
random = "2.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ terraform {
aws = "3.3.0"
ct = "0.6.1"
template = "2.1.2"
random = "2.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ terraform {
null = "2.1.2"
template = "2.1.2"
matchbox = "0.4.1"
random = "2.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ terraform {
null = "2.1.2"
template = "2.1.2"
packet = "3.0.0"
random = "2.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ terraform {
required_providers {
ct = "0.6.1"
packet = "3.0.0"
random = "2.3.0"
}
}
20 changes: 10 additions & 10 deletions pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8468ead

Please sign in to comment.