Skip to content

Commit

Permalink
chore: adjust module name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Dec 6, 2023
1 parent 767f5c9 commit e9a40ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/python/aws/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

from constructs import Construct
from cdktf import App, TerraformStack
from imports.aws.iam_role import IamRole
from imports.aws.lambda_function import LambdaFunction
from imports.aws.provider import AwsProvider
from imports.aws.sns_topic import SnsTopic
from imports.terraform_aws_modules.aws import Vpc
from imports.aws.lambda_function import LambdaFunction
from imports.aws.iam_role import IamRole
from imports.vpc import Vpc


class MyStack(TerraformStack):
Expand Down

0 comments on commit e9a40ac

Please sign in to comment.