-
Story
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
None
The terraform providers are using module names that are simply the short name of the terraform provider. For example, the aws terraform provider using the module name aws. Instead, it should use the module name github.com/openshift/installer/terraform/providers/aws.
This issue became clear when trying to add terraform-provider-time. Using the simple name of "time" for this module fails because the module name conflicts with the "time" package at the go language level.