From d5532efa839d8f38f53e8b9850a7ca2266c8fc99 Mon Sep 17 00:00:00 2001 From: Dana Fallon <8871189+danafallon@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:58:19 -0700 Subject: [PATCH] Docs --- docs/resources/deployment.md | 24 ++++++++++++++++++++++++ docs/resources/example.md | 25 ------------------------- 2 files changed, 24 insertions(+), 25 deletions(-) create mode 100644 docs/resources/deployment.md delete mode 100644 docs/resources/example.md diff --git a/docs/resources/deployment.md b/docs/resources/deployment.md new file mode 100644 index 0000000..e1e4d12 --- /dev/null +++ b/docs/resources/deployment.md @@ -0,0 +1,24 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "artie_deployment Resource - artie" +subcategory: "" +description: |- + Artie Deployment resource +--- + +# artie_deployment (Resource) + +Artie Deployment resource + + + + +## Schema + +### Read-Only + +- `has_undeployed_changes` (Boolean) +- `last_updated_at` (String) +- `name` (String) +- `status` (String) +- `uuid` (String) diff --git a/docs/resources/example.md b/docs/resources/example.md deleted file mode 100644 index 07f4cbe..0000000 --- a/docs/resources/example.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -# generated by https://github.com/hashicorp/terraform-plugin-docs -page_title: "artie_example Resource - artie" -subcategory: "" -description: |- - Example resource ---- - -# artie_example (Resource) - -Example resource - - - - -## Schema - -### Optional - -- `configurable_attribute` (String) Example configurable attribute -- `defaulted` (String) Example configurable attribute with default value - -### Read-Only - -- `id` (String) Example identifier