HI all, I am facing the below issue ```Duplicate r...
# golang
c
HI all, I am facing the below issue
Copy code
Duplicate resource URN 'urn:pulumi:dev::awsBase-Pulumi::pulumi:pulumi:Stack::awsBase-Pulumi-dev'; try giving it a unique name
[1:56 AM] this is my code structure
Copy code
- aws
   - resources
     s3.go
     vpc.go
   - main.go ( calling s3 and vpc)
   - go.sum
   - go.mod
   - pulumi.yaml