-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prmp 763 - Weekly ods update ecs #194
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0790124
[PRMDR-763] weekly update fargate
NogaNHS 60c252e
[PRMDR-763] format
NogaNHS 07f4810
[PRMDR-763] remove alarm list from new ecs
NogaNHS 2e627e9
[PRMDR-763] add cluster name to resources
NogaNHS 654b215
[PRMDR-763] add scheduler
NogaNHS 1dc6b09
[PRMDR-763] add ecs_parameters to aws_scheduler_schedule
NogaNHS f2481d3
[PRMDR-763] fix ecs_parameters to aws_scheduler_schedule
NogaNHS d428132
[PRMDR-763] fix ecs_parameters to aws_scheduler_schedule
NogaNHS ba8bf34
[PRMDR-763] change memory and add env vars
NogaNHS e908819
[PRMDR-763] add cpu vars
NogaNHS 791fa2f
[PRMDR-763] add task_role to task_definition
NogaNHS 4303f9e
[PRMDR-763] change subnet from list to set
NogaNHS ea1083e
[PRMDR-763] add name to iam role
NogaNHS 10ba076
[PRMDR-763] add env var
NogaNHS e1f8bc0
[PRMDR-763] optional ecs service
NogaNHS f3cd090
[PRMDR-763] optional ecs service
NogaNHS bda5a4f
[PRMDR-763] name chage
NogaNHS 9a5fd13
[PRMDR-763] change count logic error
NogaNHS 75311c4
[PRMDR-763] remove alarm when no service
NogaNHS 2096e79
[PRMDR-763] change ecs app name
NogaNHS c313da5
[PRMDR-763] add flag to disable build on sandbox
NogaNHS a016874
[PRMDR-763] add flags to app ecs for clarity
NogaNHS fc6ee59
[PRMDR-763] PR changes
NogaNHS 48bd907
PRMP-763 PR name changes
NogaNHS 16b92c1
PRMP-763 add tf plan to git ignore
NogaNHS eedfbec
PRMP-763 name change
NogaNHS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ terraform.rc | |
node_modules/ | ||
tfplan | ||
*.zip | ||
*tf.plan | ||
|
||
.idea/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice the app_name of the
docker-ecr-ui
above is stamped asndr-
at the beginning, is that a convention we want to replicate here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The terraform.workspace is ndrX, so it would be ndr-ndr. I would have changed the other one but that is out of scope 😅