-
Notifications
You must be signed in to change notification settings - Fork 3
ARC Mono Repo Test - ECS #54
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
base: main
Are you sure you want to change the base?
Conversation
skeleton/terraform/ecs/main.tf
Outdated
project = var.project_name | ||
module "tags" { | ||
source = "sourcefuse/arc-tags/aws" | ||
version = "1.2.6" |
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.
Please use latest version
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.
corrections made
skeleton/terraform/ecs/locals.tf
Outdated
security_group_name = "arc-alb-sg" | ||
|
||
ecs_cluster = { | ||
name = "arc-ecs-fargate-poc" |
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.
Please use env and namespace
${var.namespace}-${var.environment}
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.
corrections made
skeleton/terraform/ecs/locals.tf
Outdated
execute_command_configuration = { | ||
logging = "OVERRIDE" | ||
log_configuration = { | ||
log_group_name = "arc-poc-cluster-log-group-fargate" |
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.
dont hardcode
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.
corrections made
skeleton/terraform/ecs/locals.tf
Outdated
ecs_service = { | ||
cluster_name = "arc-ecs-module-poc-1" | ||
service_name = "arc-ecs-module-service-poc-1" | ||
repository_name = "12345.dkr.ecr.us-east-1.amazonaws.com/arc/arc-poc-ecs" |
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.
Please get account id from data block
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.
corrections made
skeleton/terraform/ecs/locals.tf
Outdated
|
||
access_logs = { | ||
enabled = false | ||
bucket = "alb-logs" |
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.
dont hardcode
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.
corrections made
|
Uh oh!
There was an error while loading. Please reload this page.