Skip to content

Commit

Permalink
Update opentofu-repo submodules (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mesh <[email protected]>
  • Loading branch information
cam72cam authored May 29, 2024
1 parent 6b65782 commit f6b56ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opentofu-repo/main
Submodule main updated 54 files
+3 −0 CHANGELOG.md
+24 −1 internal/backend/local/backend_apply.go
+7 −2 internal/backend/remote-state/gcs/client.go
+9 −0 internal/command/e2etest/testdata/functions/main.tf
+26 −0 internal/configs/hcl2shim/util.go
+55 −0 internal/configs/hcl2shim/util_test.go
+21 −2 internal/configs/import.go
+4 −13 internal/configs/resource.go
+6 −1 internal/lang/eval.go
+14 −0 internal/lang/references.go
+26 −3 internal/states/statemgr/locker.go
+176 −63 internal/tofu/context_plan2_test.go
+19 −9 internal/tofu/eval_variable.go
+17 −0 internal/tofu/node_module_variable.go
+18 −0 internal/tofu/node_root_variable.go
+4 −0 internal/tofu/transform_destroy_edge.go
+0 −5 testing/equivalence-tests/tests/basic_json_string_update/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/basic_multiline_string_update/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/drift_refresh_only/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/drift_relevant_attributes/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/drift_simple/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/fully_populated_complex_destroy/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/fully_populated_complex_update/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/local_provider_delete/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/local_provider_update/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/moved_simple/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/moved_with_drift/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/moved_with_refresh_only/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/moved_with_update/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/null_provider_delete/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/replace_within_list/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/replace_within_map/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/replace_within_object/.terraform.lock.hcl
+0 −5 testing/equivalence-tests/tests/replace_within_set/.terraform.lock.hcl
+4 −0 website/docs/cli/commands/apply.mdx
+0 −5 website/docs/cli/commands/test/examples/expect_failures_resources/main.tftest.hcl
+0 −5 website/docs/cli/commands/test/examples/expect_failures_variables/main.tftest.hcl
+0 −5 website/docs/cli/commands/test/examples/module/main.tftest.hcl
+1 −6 website/docs/cli/commands/test/examples/nested-layout/main.tftest.hcl
+0 −5 website/docs/cli/commands/test/examples/nested-layout/module/tests/main.tftest.hcl
+0 −5 website/docs/cli/commands/test/examples/offline/main.tftest.hcl
+1 −6 website/docs/cli/commands/test/examples/plan/Dockerfile
+0 −5 website/docs/cli/commands/test/examples/plan/main.tftest.hcl
+1 −6 website/docs/cli/commands/test/examples/provider_alias/Dockerfile
+0 −5 website/docs/cli/commands/test/examples/provider_alias/main.tftest.hcl
+5 −10 website/docs/cli/commands/test/examples/simple/main.tftest.hcl
+0 −5 website/docs/cli/commands/test/examples/variables/main.tftest.hcl
+8 −0 website/docs/cli/config/environment-variables.mdx
+25 −12 website/docs/intro/install/buildkite.jsx
+1 −1 website/docs/intro/migration/terraform-1.5-or-lower.mdx
+1 −1 website/docs/intro/migration/terraform-1.6.mdx
+1 −1 website/docs/intro/migration/terraform-1.7.mdx
+1 −1 website/docs/intro/migration/terraform-1.8.mdx
+1 −1 website/docs/intro/upgrading.mdx

0 comments on commit f6b56ac

Please sign in to comment.