Description
Describe the bug
Due to a mistake the following folder https://github.com/opendevstack/ods-quickstarters/tree/master/inf-terraform-azure/files/.devcontainer along with the configuration templates does not exist in the AWS Quickstarter ( https://github.com/opendevstack/ods-quickstarters/tree/master/inf-terraform-aws )
To Reproduce
Steps to reproduce the behavior:
- Go to the Quickstarters library and check the missing directory in https://github.com/opendevstack/ods-quickstarters/tree/master/inf-terraform-aws.
- Or create a component using the AWS Plain and the project will be generated without the .devcontainer folder.
Expected behavior
Good maintained Quickstarter(s) components with good feature coverage are important for a fast and resilient development lifecycle for applications, in this particular case for AWS cloud.
Screenshots
N/A
Affected version (please complete the following information):
Latest
Log Output (ensure to remove any confidential information like tokens, project names, etc.
N/A.
Additional context
The resolution for this issue will be done with the following tasks:
-
Clon the Quickstarter repository in order to update AWS QS.
-
Create .devcontainer directory in the local dev environment and add the configuration templates in the folder.
-
Commit and push the change into Quickstarter repository
-
Test the new configuration creating a new component using the AWS QS and starting code . in the .devcontainer directory generated by EDP.