diff --git a/patch-aws-auth/variables.tf b/patch-aws-auth/variables.tf new file mode 100644 index 0000000..60e0f94 --- /dev/null +++ b/patch-aws-auth/variables.tf @@ -0,0 +1,5 @@ +variable "keep_temporary_files" { + description = "This module creates temporary files in setup/patch-aws-auth.TIMESTAMP.*. This flag determines whether to keep or remove them (default: false)" + type = bool + default = false +}