Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Apr 25, 2020
1 parent ba86ba8 commit 3e899af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ variable "bucket_name" {
type = string
default = ""
description = "S3 Bucket Name."
}
}

variable "managedby" {
type = string
default = "anmol@clouddrove.com"
description = "ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'."
}

0 comments on commit 3e899af

Please sign in to comment.