Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated migration guides #2224

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Updated migration guides #2224

merged 2 commits into from
Nov 28, 2024

Conversation

abstractionfactory
Copy link
Contributor

@abstractionfactory abstractionfactory commented Nov 28, 2024

Updated migration guides for OpenTofu 1.9. This PR needs to be backported to 1.7 because it contains fixes for previous versions.

Target Release

1.9.0

Checklist

  • I have read the contribution guide.
  • I have not used an AI coding assistant to create this PR.
  • I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
  • I (and other contributors to this PR) have not looked at the Terraform source code while implementing this PR.

Go checklist

  • I have run golangci-lint on my change and receive no errors relevant to my code.
  • I have run existing tests to ensure my code doesn't break anything.
  • I have added tests for all relevant use cases of my code, and those tests are passing.
  • I have only exported functions, variables and structs that should be used from other packages.
  • I have added meaningful comments to all exported functions, variables, and structs.

Website/documentation checklist

  • I have locally started the website as described here and checked my changes.

Signed-off-by: AbstractionFactory <[email protected]>
@abstractionfactory abstractionfactory added the documentation Improvements or additions to documentation label Nov 28, 2024
@abstractionfactory abstractionfactory requested a review from a team as a code owner November 28, 2024 12:29
Copy link

Reminder for the PR assignee: If this is a user-visible change, please update the changelog as part of the PR.

Co-authored-by: Oleksandr Levchenkov <[email protected]>
Signed-off-by: AbstractionFactory <[email protected]>
@abstractionfactory abstractionfactory merged commit 091f68d into main Nov 28, 2024
13 checks passed
@abstractionfactory abstractionfactory deleted the fix-migration-guides branch November 28, 2024 13:57
abstractionfactory added a commit that referenced this pull request Nov 28, 2024
Signed-off-by: AbstractionFactory <[email protected]>
Co-authored-by: Oleksandr Levchenkov <[email protected]>
(cherry picked from commit 091f68d)
abstractionfactory added a commit that referenced this pull request Nov 28, 2024
Signed-off-by: AbstractionFactory <[email protected]>
Co-authored-by: Oleksandr Levchenkov <[email protected]>
(cherry picked from commit 091f68d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants