Skip to content

fix: that prevents users creating subproject with `-` on AWS

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Updates description?

Fix that prevents users creating subproject with - on AWS. There is a related change to signify that - is a reserved character. The real fix is to not use the - character as a delimiter, but that would require a core change and may break other CSPs code. Issue for reference

Edited by Derek Hudson

Merge request reports