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
I tried to host resources in the already configured VPC and got the following errors:
│ Error: Invalid index
│
│ on ../../../../submodules/coordinator-services-and-shared-libraries/operator/terraform/aws/applications/operator-service/main.tf line 205, in module "worker_service":
│ 205: dynamodb_vpc_endpoint_id = module.vpc[0].dynamodb_vpc_endpoint_id
│ ├────────────────
│ │ module.vpc is empty tuple
│
│ The given key does not identify an element in this collection value: the collection has no elements.
╵
╷
│ Error: Invalid index
│
│ on ../../../../submodules/coordinator-services-and-shared-libraries/operator/terraform/aws/applications/operator-service/main.tf line 206, in module "worker_service":
│ 206: s3_vpc_endpoint_id = module.vpc[0].s3_vpc_endpoint_id
│ ├────────────────
│ │ module.vpc is empty tuple
│
│ The given key does not identify an element in this collection value: the collection has no elements.
I tried to host resources in the already configured VPC and got the following errors:
How to reproduce
Specify the following variables:
Looks like the worker_service module tried to use internal VPC even if I configured it to not do that
The text was updated successfully, but these errors were encountered: