Add versions for null, random, and template providers
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
parent
f911d8bd74
commit
ac8d11ca8f
@ -26,6 +26,18 @@ provider "aws" {
|
||||
}]
|
||||
}
|
||||
|
||||
provider "null" {
|
||||
version = "~> 1.0"
|
||||
}
|
||||
|
||||
provider "random" {
|
||||
version = "~> 1.3"
|
||||
}
|
||||
|
||||
provider "template" {
|
||||
version = "~> 1.0"
|
||||
}
|
||||
|
||||
#
|
||||
# Local values to be re-used throughout this template
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user