Skip to content

Commit

Permalink
Updating core repository for docs update (#275)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos authored Feb 27, 2024
1 parent 894080e commit 9b5114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentofu-repo
Submodule opentofu-repo updated 45 files
+26 −0 CHANGELOG.md
+1 −1 internal/backend/remote-state/s3/backend.go
+48 −6 internal/command/jsonplan/plan_test.go
+31 −26 internal/command/meta_providers.go
+1 −1 internal/command/meta_vars.go
+10 −1 internal/command/show.go
+8 −0 internal/command/state_show.go
+67 −9 internal/command/test.go
+126 −0 internal/command/test_test.go
+4 −0 internal/command/testdata/test/pass_with_local_variable/main.tf
+15 −0 internal/command/testdata/test/pass_with_local_variable/tests/test.tftest.hcl
+3 −0 internal/command/testdata/test/pass_with_local_variable/tests/testmodule/main.tf
+0 −0 internal/command/testdata/test/variables_reference/main.tf
+15 −0 internal/command/testdata/test/variables_reference/main.tftest.hcl
+7 −0 internal/command/testdata/test/variables_reference/setup/main.tf
+17 −10 internal/legacy/helper/hashcode/hashcode.go
+1 −1 internal/legacy/helper/schema/field_reader_config_test.go
+46 −56 internal/legacy/helper/schema/resource_data_test.go
+1 −1 internal/legacy/helper/schema/resource_diff_test.go
+4 −1 internal/legacy/tofu/state_upgrade_v2_to_v3.go
+33 −0 internal/tofu/context_plan2_test.go
+5 −0 internal/tofu/eval_import.go
+9 −2 internal/tofu/node_resource_abstract.go
+13 −0 internal/tofu/testdata/import-id-reference/main.tf
+2 −0 internal/tofu/testdata/import-id-reference/mod/mod.tf
+52 −29 internal/tofu/transform_reference.go
+15 −4 internal/tofumigrate/tofumigrate.go
+52 −3 internal/tofumigrate/tofumigrate_test.go
+1 −1 version/VERSION
+18 −0 website/docs/cli/plugins/signing.mdx
+1 −0 website/docs/intro/install/.gitignore
+2 −0 website/docs/intro/install/DO_NOT_ADD_LICENSE_HEADERS.txt
+2 −2 website/docs/intro/install/alpine-manual.sh
+30 −0 website/docs/intro/install/bsd.mdx
+1 −0 website/docs/intro/install/docker-pull.sh
+5 −0 website/docs/intro/install/docker-run.sh
+50 −0 website/docs/intro/install/docker.mdx
+20 −0 website/docs/intro/install/fedora.mdx
+61 −44 website/docs/intro/install/index.mdx
+0 −1,244 website/docs/intro/install/install-opentofu.sh
+5 −5 website/docs/intro/install/rpm.mdx
+1 −1 website/docs/intro/install/standalone-install.sh
+13 −3 website/docs/intro/install/standalone.mdx
+5 −5 website/docs/intro/install/verify-checksum.ps1
+1 −2 website/docs/language/settings/tf-cloud.mdx

0 comments on commit 9b5114f

Please sign in to comment.