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

chore: prep opentofu support #892

Merged
merged 2 commits into from
Aug 28, 2024
Merged

chore: prep opentofu support #892

merged 2 commits into from
Aug 28, 2024

Conversation

lechnerc77
Copy link
Member

@lechnerc77 lechnerc77 commented Aug 23, 2024

Purpose

This PR adds the prerequisites for supporting OpenTofu from a testing perspective namely:

  • Adding OpenTofu into the devcontainer setup
  • Adding the test of the latest provider against a test matrix of OpenTofu versions
  • Adding a schema regression test of the provider against the latest version of the OpenTofu CLI
  • Removal of the OpenTofu compatibility check as the new workflows already test this functionality

All tests are executed on demand and not linked to any other event like PRs

Merging this PR does NOT mean that we officially support OpenTofu.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

How to Test

  • Execute the GH Action workflows
  • Rebuild the devcontainers

What to Check

Verify that the following are valid:

  • The GH Action workflows get executed successfully
  • The devcontainers get build successfully and the OpenTofu CLI is available in version 1.8.1

Other Information

n/a

Checklist for reviewer

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

  • The PR is assigned to the Terraform project 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 items are created and linked.

@lechnerc77 lechnerc77 self-assigned this Aug 23, 2024
@lechnerc77 lechnerc77 added ignore-for-release All things not to be mentioned in release notes test-setup Setup of integration tests labels Aug 23, 2024
@lechnerc77 lechnerc77 added this to the 1.6.0 milestone Aug 23, 2024
@lechnerc77 lechnerc77 enabled auto-merge (squash) August 23, 2024 07:24
@lechnerc77 lechnerc77 merged commit fbc610f into main Aug 28, 2024
16 checks passed
@lechnerc77 lechnerc77 deleted the chore/opentofu branch August 28, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release All things not to be mentioned in release notes test-setup Setup of integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants