Explorar el Código

Adds a `terminated` module for use when retiring modules

Fred Damstra hace 4 años
padre
commit
3882888f8b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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."
+}