Skip to content

Commit

Permalink
Migration guides (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos <[email protected]>
  • Loading branch information
Janos authored Apr 26, 2024
1 parent 02c0538 commit 6a23705
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 62 files
+0 −122 .github/ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml
+0 −176 .github/ISSUE_TEMPLATE/1_7_0_beta1_feedback.yml
+1 −1 .github/pull_request_template.md
+3 −52 CHANGELOG.md
+4 −4 internal/backend/remote-state/consul/client.go
+12 −15 internal/backend/remote-state/http/client.go
+1 −2 internal/checks/state.go
+1 −2 internal/cloud/state.go
+0 −1 internal/cloud/tfe_client_mock.go
+1 −1 internal/command/cli_ui.go
+1 −2 internal/command/clistate/local_state.go
+1 −1 internal/command/clistate/state.go
+1 −1 internal/command/e2etest/test_test.go
+30 −30 internal/command/e2etest/testdata/multiple-run-blocks/main.tftest.hcl
+1 −1 internal/command/providers_schema.go
+61 −1 internal/command/test_test.go
+3 −0 internal/command/testdata/test/invalid_run_block_name/main.tf
+5 −0 internal/command/testdata/test/invalid_run_block_name/tests/main.tftest.hcl
+1 −1 internal/command/testdata/test/is_sorted/1.tftest.hcl
+1 −1 internal/command/testdata/test/is_sorted/2.tftest.hcl
+1 −1 internal/command/testdata/test/is_sorted/3.tftest.hcl
+1 −1 internal/command/views/hook_count.go
+2 −2 internal/command/views/hook_json.go
+2 −2 internal/command/views/hook_ui.go
+11 −0 internal/configs/test_file.go
+1 −1 internal/configs/testdata/config-diagnostics/tests-provider-mismatch/main.tftest.hcl
+5 −6 internal/dag/walk.go
+1 −1 internal/getproviders/memoize_source.go
+1 −1 internal/lang/scope.go
+1 −2 internal/legacy/helper/schema/field_writer_map.go
+2 −3 internal/legacy/helper/schema/resource_diff.go
+1 −1 internal/legacy/tofu/resource.go
+3 −6 internal/legacy/tofu/state.go
+0 −1 internal/logging/panic.go
+1 −1 internal/plugin/grpc_provider.go
+1 −1 internal/plugin/grpc_provisioner.go
+1 −1 internal/plugin6/grpc_provider.go
+1 −2 internal/states/remote/state.go
+4 −6 internal/states/statemgr/filesystem.go
+2 −5 internal/tofu/context.go
+2 −2 internal/tofu/context_plugins.go
+0 −10 internal/tofu/context_plugins_test.go
+12 −9 internal/tofu/eval_context_builtin.go
+2 −2 internal/tofu/eval_context_builtin_test.go
+2 −2 internal/tofu/evaluate.go
+2 −2 internal/tofu/graph_builder_apply_test.go
+8 −8 internal/tofu/graph_builder_plan_test.go
+11 −8 internal/tofu/graph_walk_context.go
+1 −2 internal/tofu/opentf_test.go
+1 −1 internal/tofu/schemas_test.go
+7 −7 website/Dockerfile
+6 −6 website/docker-compose.build.yml
+6 −6 website/docker-compose.yml
+15 −1 website/docs/cli/commands/console.mdx
+15 −0 website/docs/cli/commands/state/push.mdx
+1 −1 website/docs/intro/core-workflow.mdx
+37 −0 website/docs/intro/migration/index.mdx
+137 −119 website/docs/intro/migration/terraform-1.5-or-lower.mdx
+152 −0 website/docs/intro/migration/terraform-1.6.mdx
+164 −0 website/docs/intro/migration/terraform-1.7.mdx
+158 −0 website/docs/intro/migration/terraform-1.8.mdx
+116 −0 website/docs/intro/upgrading.mdx

0 comments on commit 6a23705

Please sign in to comment.