浏览代码

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

Adds a `terminated` module for use when retiring modules
Frederick Damstra 4 年之前
父节点
当前提交
b6148ccf41
共有 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."
+}