Browse Source

Adds a `terminated` module for use when retiring modules

Fred Damstra 4 năm trước cách đây
mục cha
commit
3882888f8b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      base/terminated/outputs.tf

+ 3 - 0
base/terminated/outputs.tf

@@ -0,0 +1,3 @@
+output terminated {
+  value = "This module has been retired for this account. It may be removed from git."
+}