shaikhsalman commited on
Commit
39789a5
·
verified ·
1 Parent(s): 6208f1e

Upload terraform/modules/guardduty/variables.tf with huggingface_hub

Browse files
terraform/modules/guardduty/variables.tf ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ variable "name" { type = string }
2
+ variable "findings_bucket_arn" { type = string }
3
+ variable "threat_intel_ip_set_url" { type = string }
4
+ variable "tags" { type = map(string); default = {} }