From ef5a3dc4e74ef74f80ac6f6f80d80d4472a5d40e Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Mon, 26 Aug 2024 11:26:10 +0000 Subject: [PATCH] docs: fix missing required attribute in example --- docs/resources/template.md | 1 + examples/resources/coderd_template/resource.tf | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/resources/template.md b/docs/resources/template.md index 4300c55..4077d55 100644 --- a/docs/resources/template.md +++ b/docs/resources/template.md @@ -47,6 +47,7 @@ resource "coderd_template" "ubuntu-main" { id = coderd_user.coder1.id role = "admin" }] + groups = [] } } ``` diff --git a/examples/resources/coderd_template/resource.tf b/examples/resources/coderd_template/resource.tf index b8d05bd..3cbc8fe 100644 --- a/examples/resources/coderd_template/resource.tf +++ b/examples/resources/coderd_template/resource.tf @@ -32,5 +32,6 @@ resource "coderd_template" "ubuntu-main" { id = coderd_user.coder1.id role = "admin" }] + groups = [] } } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy