You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear - the way terraform provider modules are named has no technical reason behind it. It's just a means of not having to maintain a stable API. Nothing will break if we change the module name of terraform-provider-iterative.
Terraform providers modules are named in such a way that prevents importing them. Now that we're going to use the
task
package from several repositories, we'll need to perform some modifications so it can be imported.Option A
Rename
terraform-provider-iterative
togithub.com/iterative/terraform-provider-iterative
here and on every imaginable import:terraform-provider-iterative/go.mod
Line 1 in 85645f4
Option B
Create a new
github.com/iterative/leo
repository/module and move thetask
package (alsocmd
) and children there.The text was updated successfully, but these errors were encountered: