From 4861db378d5bebc2d56f8ada1b38af41efe230c7 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 15 Aug 2020 11:13:54 +0200 Subject: [PATCH] Update outputs.tf --- networking/ilb-next-hop/outputs.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/networking/ilb-next-hop/outputs.tf b/networking/ilb-next-hop/outputs.tf index 9952e1c5a..85ba995e5 100644 --- a/networking/ilb-next-hop/outputs.tf +++ b/networking/ilb-next-hop/outputs.tf @@ -13,8 +13,3 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -output "addresses" { - description = "Internal addresses of created VMS." - value = null -}