ambitious-afternoon-55254
07/22/2021, 5:19 PM(venv) a devops git:(master) ✗ pulumi up
Previewing update (dev):
Type Name Plan Info
pulumi:pulumi:Stack devops-dev 4 errors
+ └─ eks:index:Cluster test-cluster create
+ ├─ eks:index:ServiceRole test-cluster-eksRole create
+ │ ├─ aws:iam:Role test-cluster-eksRole-role create
+ │ ├─ aws:iam:RolePolicyAttachment test-cluster-eksRole-90eb1c99 create
+ │ └─ aws:iam:RolePolicyAttachment test-cluster-eksRole-4b490823 create
+ ├─ eks:index:ServiceRole test-cluster-instanceRole create
+ │ ├─ aws:iam:Role test-cluster-instanceRole-role create
+ │ ├─ aws:iam:RolePolicyAttachment test-cluster-instanceRole-03516f97 create
+ │ ├─ aws:iam:RolePolicyAttachment test-cluster-instanceRole-e1b295bd create
+ │ └─ aws:iam:RolePolicyAttachment test-cluster-instanceRole-3eb088f2 create
+ ├─ eks:index:RandomSuffix test-cluster-cfnStackName create
+ └─ aws:iam:InstanceProfile test-cluster-instanceProfile create
Diagnostics:
pulumi:pulumi:Stack (devops-dev):
error: Error: invocation of aws:ec2/getVpc:getVpc returned an error: invoking aws:ec2/getVpc:getVpc: 1 error occurred:
* no matching VPC found
# ...... Long stacktace continues
billowy-army-68599
07/22/2021, 5:21 PMambitious-afternoon-55254
07/22/2021, 5:49 PMbillowy-army-68599
07/22/2021, 5:50 PMexport const vpc = aws.ec2.getVpc({ default: true }
Should return somethingambitious-afternoon-55254
07/22/2021, 7:47 PM