Add terraform scripts to build nginx image (#4484)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-09 01:18:30 -03:00 committed by GitHub
parent ce3e3d51c3
commit 9eedc1be56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 448 additions and 3 deletions

View file

@ -0,0 +1,11 @@
terraform {
required_version = ">= 0.12"
required_providers {
aws = "~> 2.0"
tls = "~> 2.0"
local = "~> 1.3"
null = "~> 2.1"
}
}