Terraform managed file

This commit is contained in:
vagrant-bot 2023-05-02 14:33:05 -07:00
parent 875d8179b7
commit a37f86cc55

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
csource="${BASH_SOURCE[0]}"
while [ -h "$csource" ] ; do csource="$(readlink "$csource")"; done