Uses reserved ip address.

This commit is contained in:
2025-08-11 06:02:37 -07:00
parent e50cd410f1
commit fd9ee57a0b
2 changed files with 20 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ storage:
set -euo pipefail
# This script demonstrates how templating and variable substitution works when using Terraform templates for Container Linux Configs.
hostname="$(hostname)"
echo My name is ${name} and the hostname is $${hostname} and this is updated!
echo My name is ${name} and the hostname is $${hostname} and this is updated, again 4x!