Skip to content

Swap terraform with OpenTofu; #301

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ helm 3.14.0
kapp 0.60.0
kubectl 1.29.1
python 3.12.1
terraform 1.7.0
terraform-lsp 0.0.12
opentofu 1.1.4
terragrunt 0.54.22
vendir 0.39.0
yq 4.40.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please see [ARC Readme](<./docs/actions-runner-controller/README.md>)
The required tools to work with this repository are:
* glcoud
* helm
* terraform
* opentofu
* terragrunt
* kapp
* ytt
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
# Nixpkgs instantiated for supported system types.
nixpkgsFor = forAllSystems (system: import nixpkgs-repo {
inherit system;
config = {
## Prefer allowing specific packages when unfree over general permission.
# allowUnfree = true;
allowUnfreePredicate = pkg: builtins.elem (nixpkgsLib.getName pkg) [
"terraform"
];
};
});
in {
packages = forAllSystems (system:
Expand All @@ -55,7 +48,7 @@
kapp
kubectl
kubernetes-helm
terraform
opentofu
terragrunt
vendir
ytt
Expand Down