소스 검색

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."
+}