smoketurner / serverless-vpc-plugin

Serverless Plugin to create a VPC
MIT License
88 stars 35 forks source link

Cannot export output undefined. Exported values must not be empty or whitespace-only. #704

Closed mijndert closed 2 years ago

mijndert commented 3 years ago

Getting this error while setting up a VPC using this plugin:

service: commercetools

plugins:
  - serverless-vpc-plugin

provider:
  name: aws
  region: eu-central-1
  stage: stg
  vpc:
    securityGroupIds:
      -  # plugin will add LambdaExecutionSecurityGroup to this list
    subnetIds:
      -  # plugin will add the "Application" subnets to this list

custom:
  vpcConfig:
    enabled: true
    cidrBlock: '10.30.0.0/16'
    createNatGateway: 3
    createNetworkAcl: false
    createDbSubnet: false
    createFlowLogs: false
    createBastionHost: false
    createNatInstance: false
    createParameters: false
    services:
      - kms
      - secretsmanager
    exportOutputs: false
mijndert commented 3 years ago

Using serverless-vpc-plugin v1.0.4.

Some more information:

Your Environment Information --------------------------- Operating System: darwin Node Version: 16.7.0 Framework Version: 2.55.0 Plugin Version: 5.4.3 SDK Version: 4.2.6 Components Version: 3.15.1

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.