docs: add missing copyright headers in Terraform examples (#20412)

This commit is contained in:
Tim Gross
2024-04-16 15:21:03 -04:00
committed by GitHub
parent e014e8411c
commit 22bfcdecf1
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
advertise_addr = "IP_ADDRESS"
bind_addr = "0.0.0.0"
client_addr = "0.0.0.0"

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
ui_config {
enabled = true
}