updated git ignore

This commit is contained in:
Pratik Das
2021-04-16 16:01:29 +04:00
parent c358d28ca6
commit 23cd4e4da7
19 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Input variable definitions
variable "bucket_name" {
description = "Name of bucket"
type = string
}
variable "env" {
description = "Environment like dev, prod"
type = string
}