Explorar o código

Merge pull request #160 from mdr-engineering/feature/ftd_MSOCI-1450_TerminateLegacyJira

Adds a `terminated` module for use when retiring modules
Frederick Damstra %!s(int64=4) %!d(string=hai) anos
pai
achega
b6148ccf41
Modificáronse 1 ficheiros con 3 adicións e 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."
+}