You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) Whether to create resources within the module or not. Default is true."
512
+
description="(Optional) Whether to create resources within the module or not."
509
513
default=true
510
514
}
511
515
516
+
variable"module_tags" {
517
+
type=map(string)
518
+
description="(Optional) A map of tags that will be applied to all created resources that accept tags. Tags defined with 'module_tags' can be overwritten by resource-specific tags."
519
+
default={}
520
+
}
521
+
512
522
variable"module_depends_on" {
513
523
type=any
514
-
description="(Optional) A list of external resources the module depends_on. Default is []."
524
+
description="(Optional) A list of external resources the module depends_on."
0 commit comments