Add versions for null, random, and template providers

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2018-12-08 07:36:58 -05:00
parent f911d8bd74
commit ac8d11ca8f
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 12 additions and 0 deletions

View File

@ -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