udplabs/okta-kotter

When Terraforming Kotter locally, Terraform throws error related to "Duplicated Resource".

Opened this issue · 0 comments

Issue:

  • When terraforming Kotter locally, terraform throws an error related to duplicate resources and definitions.

Cause:

  • The presence of both "setup.tf" and "setup-udp.tf" are causing terraform to see duplicate definitions. Renaming or deleting either or results in terraforming successfully initializing.

Suggested Fix:

  • Consider nesting modules or otherwise simply deleting unused terraform file.