Skip to content

Commit 503ba45

Browse files
authored
fix: removing unused role definition
1 parent 04ff378 commit 503ba45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/s3-import/main.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ module "aurora" {
4040
}
4141
}
4242

43-
iam_roles = {
44-
s3_import = {
45-
role_arn = aws_iam_role.s3_import.arn
46-
feature_name = ""
47-
}
48-
}
49-
5043
# S3 import https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.LoadFromS3.html
5144
s3_import = {
5245
source_engine_version = "5.7.12"

0 commit comments

Comments
 (0)