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
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
Failure Information (for bugs)
Command terraform plan (after deploy layer1) in layer2-aws failed with error
Error: Invalid index
on eks-gitlab-runner.tf line 149, in resource "aws_s3_bucket_lifecycle_configuration" "gitlab_runner_lifecycle":
149: bucket = aws_s3_bucket.gitlab_runner_cache[0].id
aws_s3_bucket.gitlab_runner_cache is empty tuple
The given key does not identify an element in this collection value: the collection has no elements
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Go to the terraform directory
cd terraform/layer2-aws
Run command (after deploy layer1)
terraform plan
I got this error:
Error: Invalid index
on eks-gitlab-runner.tf line 149, in resource "aws_s3_bucket_lifecycle_configuration" "gitlab_runner_lifecycle":
149: bucket = aws_s3_bucket.gitlab_runner_cache[0].id
aws_s3_bucket.gitlab_runner_cache is empty tuple
The given key does not identify an element in this collection value: the collection has no elements
The text was updated successfully, but these errors were encountered:
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Failure Information (for bugs)
Command
terraform plan
(after deploy layer1) in layer2-aws failed with errorPlease help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
I got this error:
The text was updated successfully, but these errors were encountered: