🚀 initial terraform scripts for aws

This commit is contained in:
stremovsky
2021-12-29 00:34:39 +02:00
parent cdb9d363cf
commit 80c437d3a4
4 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
resource "random_password" "db_password" {
length = 16
special = true
override_special = "@/"
}