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 -}