Skip to content
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

vault lambda extension demo can fail if there's no default VPC #403

Open
takeda opened this issue Jul 28, 2022 · 0 comments
Open

vault lambda extension demo can fail if there's no default VPC #403

takeda opened this issue Jul 28, 2022 · 0 comments

Comments

@takeda
Copy link

takeda commented Jul 28, 2022

aws_kms_alias.vault: Creating...
aws_kms_alias.vault: Creation complete after 0s [id=alias/vault-lambda-extension-demo-vault-kms-unseal-key]
╷
│ Error: error creating Security Group (vault-lambda-extension-demo-vault-server-sg): VPCIdNotSpecified: No default VPC for this user
│ 	status code: 400, request id: ab199ea7-a362-4926-8afc-a2435fd08faa
│
│   with aws_security_group.vault-server,
│   on security-groups.tf line 1, in resource "aws_security_group" "vault-server":
│    1: resource "aws_security_group" "vault-server" {
│
╵
╷
│ Error: error creating Security Group (vault-lambda-extension-demo-rds-sg): VPCIdNotSpecified: No default VPC for this user
│ 	status code: 400, request id: 65c1f91d-d3a4-40fd-b80e-17bea922b53e
│
│   with aws_security_group.rds,
│   on security-groups.tf line 49, in resource "aws_security_group" "rds":
│   49: resource "aws_security_group" "rds" {
│
╵
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant