Skip to content

Commit

Permalink
👍 update
Browse files Browse the repository at this point in the history
  • Loading branch information
shun198 committed Aug 20, 2024
1 parent 4015098 commit c51ea52
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions templates/environment/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Metadata:
Parameters:
- BackendAppRepositorySuffix
- BackendWebRepositorySuffix
- ImageTagMutability
- Label:
default: "ECS Cluster Configuration"
Parameters:
Expand Down Expand Up @@ -316,11 +315,6 @@ Parameters:
Description: "Repository name suffix of the webserver container image. (ex: nginx)"
Type: String
Default: nginx
ImageTagMutability:
Description: "Select a ecr image mutability."
Type: String
Default: MUTABLE
AllowedValues: [MUTABLE, IMMUTABLE]

# -------------------------------------
# ECS Cluster
Expand Down Expand Up @@ -426,9 +420,11 @@ Parameters:
CloudWatchLoggingOptionsLogGroupNameForApp:
Description: "Enter the CloudWatch Logs log group name for Kinesis Data Firehose delivery stream execution logs of application. (ex: /aws/kinesisfirehose/s3-delivery-stream/shun198/dev/back/django)"
Type: String
Default: /aws/kinesisfirehose/s3-delivery-stream/shun198/dev/back/django
CloudWatchLoggingOptionsLogGroupNameForWeb:
Description: "Enter the CloudWatch Logs log group name for Kinesis Data Firehose delivery stream execution logs of web server. (ex: /aws/kinesisfirehose/s3-delivery-stream/shun198/dev/back/nginx)"
Type: String
Default: /aws/kinesisfirehose/s3-delivery-stream/shun198/dev/back/nginx

# -------------------------------------
# Common
Expand Down Expand Up @@ -581,7 +577,6 @@ Resources:
Environment: !Ref Environment
BackendAppRepositorySuffix: !Ref BackendAppRepositorySuffix
BackendWebRepositorySuffix: !Ref BackendWebRepositorySuffix
ImageTagMutability: !Ref ImageTagMutability

# -------------------------------------
# ECS Cluster
Expand Down

0 comments on commit c51ea52

Please sign in to comment.