OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 504 forks source link

Allow project names to be easily customised in EKS RA step #1430

Closed mcasperson closed 1 year ago

mcasperson commented 1 year ago

Background

Some feedback from internal users of this template indicated that it would be nice to be able to change things like project names when doing demos. This PR exposes the project names as variables, with default values, allowing the projects to be customised if needed.

The new variables are:

These variables are passed to the new Terraform apply parameter like this:

-var=project_template_project_name=renamed -var=infrastructure_project_name=renamed2 -var=frontend_project_name=renamed3 -var=products_project_name=renamed4 -var=audits_project_name=renamed5

Results

image

Pre-requisites

Fixes # . If there is an open issue that this PR fixes add it here, otherwise just remove this line