docs: Update output for user data example to capture rendered output (#2940)

* docs: Update output for user data example to capture renereded output

* fix: Tsk tsk tsk - I forgot to run pre-commit
This commit is contained in:
Bryant Biggs
2024-02-21 17:32:01 -05:00
committed by GitHub
parent 015475430a
commit 0d468bd432
25 changed files with 288 additions and 115 deletions

View File

@@ -1,3 +1,10 @@
terraform {
required_version = ">= 1.3"
required_providers {
local = {
source = "hashicorp/local"
version = ">= 2.4"
}
}
}