Skip to content

Commit

Permalink
Fixes opentofu/opentofu#292: Testing feature documentation (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos authored Dec 1, 2023
1 parent 80f7dbf commit 39aa81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentofu-repo
Submodule opentofu-repo updated 38 files
+1 −1 version/VERSION
+0 −301 website/docs/cli/commands/test.mdx
+4 −0 website/docs/cli/commands/test/examples/.gitignore
+35 −0 website/docs/cli/commands/test/examples/expect_failures_resources/main.tf
+11 −0 website/docs/cli/commands/test/examples/expect_failures_resources/main.tftest.hcl
+8 −0 website/docs/cli/commands/test/examples/expect_failures_variables/main.tf
+11 −0 website/docs/cli/commands/test/examples/expect_failures_variables/main.tftest.hcl
+17 −0 website/docs/cli/commands/test/examples/module/main.tf
+12 −0 website/docs/cli/commands/test/examples/module/main.tftest.hcl
+12 −0 website/docs/cli/commands/test/examples/module/test-harness/harness.tf
+4 −0 website/docs/cli/commands/test/examples/nested-layout/main.tf
+3 −0 website/docs/cli/commands/test/examples/nested-layout/main.tftest.hcl
+5 −0 website/docs/cli/commands/test/examples/nested-layout/module/main.tf
+12 −0 website/docs/cli/commands/test/examples/nested-layout/module/tests/main.tftest.hcl
+9 −0 website/docs/cli/commands/test/examples/offline/main.tf
+32 −0 website/docs/cli/commands/test/examples/offline/main.tftest.hcl
+3 −0 website/docs/cli/commands/test/examples/plan/Dockerfile
+19 −0 website/docs/cli/commands/test/examples/plan/main.tf
+13 −0 website/docs/cli/commands/test/examples/plan/main.tftest.hcl
+1 −0 website/docs/cli/commands/test/examples/provider_alias/Dockerfile
+15 −0 website/docs/cli/commands/test/examples/provider_alias/main.tf
+24 −0 website/docs/cli/commands/test/examples/provider_alias/main.tftest.hcl
+4 −0 website/docs/cli/commands/test/examples/simple/main.tf
+6 −0 website/docs/cli/commands/test/examples/simple/main.tftest.hcl
+44 −0 website/docs/cli/commands/test/examples/test.sh
+5 −0 website/docs/cli/commands/test/examples/variables/main.tf
+22 −0 website/docs/cli/commands/test/examples/variables/main.tftest.hcl
+10 −0 website/docs/cli/commands/test/flat-layout-module.txt
+7 −0 website/docs/cli/commands/test/flat-layout.txt
+375 −0 website/docs/cli/commands/test/index.mdx
+11 −0 website/docs/cli/commands/test/nested-layout-module.txt
+8 −0 website/docs/cli/commands/test/nested-layout.txt
+1 −1 website/docs/intro/install/deb-convenience.sh
+0 −0 website/docs/intro/install/deb.sh
+1 −1 website/docs/intro/install/rpm-convenience-yum.sh
+1 −1 website/docs/intro/install/rpm-convenience-zypper.sh
+0 −0 website/docs/intro/install/rpm.sh
+0 −0 website/docs/intro/install/test-install-instructions.sh

0 comments on commit 39aa81d

Please sign in to comment.