-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update ECS terraform scripts for satellite #247
base: main
Are you sure you want to change the base?
Conversation
@@ -34,6 +34,29 @@ variable "levo_org_id" { | |||
description = "Enter your Levo ORG ID" | |||
} | |||
|
|||
variable "base_url" { |
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.
let's default it to US Saas.
"awslogs-stream-prefix": "ecs" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "levoai-haproxy", |
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 think we have to create separate tasks for each container. is it already being done?
|
||
```bash | ||
terraform apply | ||
``` | ||
|
||
Enter the Refresh Token and Org ID as prompted to create a task definition in your AWS account. | ||
> *Enter the Refresh Token, Org ID, AWS Region as prompted and choose the Levo Saas your account is based in (US/India) to create a task definition in your AWS account.* |
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.
can we change this to auth token?
No description provided.