You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
As seen in this run, Terratest unit tests fail with the following error:
│ Error: creating Auto Scaling Group (terraform-20221019101124550000000009): AccessDenied: Not authorized for images: [ami-0f1ed977261c5e8e7]
│ status code: 403, request id: e4ec0580-d70a-4518-8f1e-9875b78b853c
│
│ with module.ecs.aws_autoscaling_group.cluster-scaling-group,
│ on .terraform/modules/ecs/main.tf line 40, in resource "aws_autoscaling_group" "cluster-scaling-group":
│ 40: resource "aws_autoscaling_group" "cluster-scaling-group" {
│
╵}
Hopefully this is just a combination of permissions for the IAM user / AMI.
The text was updated successfully, but these errors were encountered:
As seen in this run, Terratest unit tests fail with the following error:
Hopefully this is just a combination of permissions for the IAM user / AMI.
The text was updated successfully, but these errors were encountered: