mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 18:38:06 +00:00
🚀 initial terraform scripts for aws
This commit is contained in:
5
terraform/aws/variables.tf
Normal file
5
terraform/aws/variables.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
resource "random_password" "db_password" {
|
||||
length = 16
|
||||
special = true
|
||||
override_special = "@/"
|
||||
}
|
||||
Reference in New Issue
Block a user