-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
to github.com/iterative/terraform-provider-iterative
here and on every imaginable import:
terraform-provider-iterative/go.mod
Line 1 in 85645f4
module terraform-provider-iterative |
Option B
Create a new github.com/iterative/leo
repository/module and move the task
package (also cmd
) and children there.
Metadata
Metadata
Assignees
Labels
No labels