Prechádzať zdrojové kódy

Allow for multiple account usage

Changes avoid S3 buckets with the same names.
Brad Poulton 3 rokov pred
rodič
commit
b2e871e731
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      base/moose_cloudwatch_logs/vars.tf

+ 1 - 0
base/moose_cloudwatch_logs/vars.tf

@@ -42,6 +42,7 @@ moose_cloudwatch_log_groups = {
 EOF
 EOF
 }
 }
 
 
+variable "splunk_prefix" { type = string }
 variable "hec_pub_ack" { type = string }
 variable "hec_pub_ack" { type = string }
 variable "standard_tags" { type = map }
 variable "standard_tags" { type = map }
 variable "account_name" { type = string }
 variable "account_name" { type = string }