cjmatta / cp-poc-terraform

Terraform template for Confluent Platform POC on AWS
7 stars 12 forks source link

Added new variable 'prefix' to make instance naming more distinct #3

Closed MichaelHussey closed 6 years ago

MichaelHussey commented 6 years ago

If multiple people use these terraform scripts to spin up instances in a shared AWS account they will all have the same name.

This adds a variable "prefix" that will be used when creating instance names so that they can be easily told apart. Defaults to using the current value "confluent-platform".