Skip to content

Implement a naming convention for name parameters in resources. #52

@robertdebock

Description

@robertdebock

Resources have a name parameter, which differs over multiple files.

  • Think of a naming convention, maybe: "vault-${var.vault_name}-${random_string.default.result}".
  • Find all name parameters. (Not fully working, but a good start: grep -E 'name +=' *.tf.
  • Implement naming convention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions