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

terraform: remove plugins without the opentofu prefix #460

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 5 additions & 0 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ Once the code is ready to be deployed, create a new PR with the attached
output of `./tf.sh plan`.

Once the PR is merged, run `./tf.sh apply` to apply the changes.

## Upgrade from terraform to opentofu

If you have used terraform, you may have to delete .terraform in this directory once
to fixup provider registry addresses.
7 changes: 0 additions & 7 deletions terraform/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ in
p.netlify
p.secret
]
++ [
# FIXME: for our `terraform` target our state file still uses the old registry prefix
p.aws
p.fastly
p.netlify
p.secret
]
))
];
};
Expand Down