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

Upgrade to OpenTofu 1.8.0 and expect to apply the improvements #73

Open
yunkon-kim opened this issue Jun 28, 2024 · 1 comment
Open

Comments

@yunkon-kim
Copy link
Member

yunkon-kim commented Jun 28, 2024

Ref.: https://opentofu.org/blog/help-us-test-opentofu-1-8-0-alpha1/

  • from .tf to .tofu
  • from var to backend

Override files for OpenTofu: keeping compatibility

Since we are now adding features to OpenTofu that are not present in Terraform, we want to give module authors the ability to write code for both OpenTofu and Terraform without needing to maintain two copies of their modules. You can now create files named .tofu that are exclusive to OpenTofu. If you create a file named foo.tofu, OpenTofu will ignore the similarly-named foo.tf file. You can use this functionality to put your Terraform-specific code in the .tf file and then override it for OpenTofu in the .tofu file.

@yunkon-kim
Copy link
Member Author

yunkon-kim commented Oct 22, 2024

Upgraded version to 1.8.3 by #74

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

No branches or pull requests

1 participant