Преглед на файлове

Adds a `terminated` module for use when retiring modules

Fred Damstra преди 4 години
родител
ревизия
3882888f8b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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."
+}