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

feat: Support OpenTofu #245

Merged
merged 13 commits into from
Feb 6, 2025
Merged

feat: Support OpenTofu #245

merged 13 commits into from
Feb 6, 2025

Conversation

lechnerc77
Copy link
Member

@lechnerc77 lechnerc77 commented Jan 30, 2025

Purpose

  • This PR introduces the support of OpenTofu as called CLI for the import of resources
  • It adds the corresponding devcontainer configurations
  • It updates the documentation
  • Closes [FEATURE] Explore Support of OpenTofu #241

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[X] Feature
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Test the code via automated test
make test
  • Additional test steps
Use the CLI with OpenTofu

What to Check

Verify that the following are valid:

  • Automated tests are executed successfully

Other Information

A rewrite of the state types might become necessary if the OpenTofu project provides JSON schema for this. As of now we have copied the types in a reduced way from the Terraform types available under MPL

Checklist for reviewer

The following organizational tasks must be completed before merging this PR:

  • The PR is assigned to the Project board and a status is set (typically "in review").
  • The PR has the matching labels assigned to it.
  • The PR has a milestone assigned to it.
  • If the PR closes an issue, the issue is referenced.
  • Possible follow-up issues are created and linked.

@lechnerc77 lechnerc77 added this to the v0.3.0-beta1 milestone Jan 30, 2025
@lechnerc77 lechnerc77 added the enhancement New feature or request label Jan 30, 2025
@lechnerc77 lechnerc77 self-assigned this Jan 30, 2025
@lechnerc77
Copy link
Member Author

Next Step before merge: After merge of Integration test (#238), execute Integration test on branch

After merge: Rebuild GH Page

@lechnerc77
Copy link
Member Author

@lechnerc77 lechnerc77 enabled auto-merge (squash) February 3, 2025 07:28
@lechnerc77 lechnerc77 disabled auto-merge February 4, 2025 11:50
@lechnerc77 lechnerc77 enabled auto-merge (squash) February 4, 2025 11:50
@lechnerc77 lechnerc77 merged commit c7b6a18 into main Feb 6, 2025
9 checks passed
@lechnerc77 lechnerc77 deleted the issue-241 branch February 6, 2025 07:38
Copy link

sonarqubecloud bot commented Feb 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Explore Support of OpenTofu
2 participants