terraform: remove plugins without the opentofu prefix
Jörg Thalheim committed
Aug 18, 2024 at 12:22 UTC
0e0707ef72325ba2bad99fa6031f5cdbf09b9aeb
2 files changed
+5
-7
terraform/README.md
+5
@@ -39,3 +39,8 @@ Once the code is ready to be deployed, create a new PR with the attached
39
output of `./tf.sh plan`.
40
41
Once the PR is merged, run `./tf.sh apply` to apply the changes.
42
+
43
+## Upgrade from terraform to opentofu
44
+
45
+If you have used terraform, you may have to delete .terraform in this directory once
46
+to fixup provider registry addresses.
terraform/flake-module.nix
-7
@@ -22,13 +22,6 @@ in
22
p.netlify
23
p.secret
24
]
25
- ++ [
26
- # FIXME: for our `terraform` target our state file still uses the old registry prefix
27
- p.aws
28
- p.fastly
29
- p.netlify
30
- p.secret
31
- ]
25
))
26
];
27
};