Skip to content

Commit 04ff378

Browse files
authored
fix: remove unsupported s3Import feature name
As described here #273, s3Import is not accepted any more. I have tested with an empty string and it works.
1 parent 7a7e327 commit 04ff378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/s3-import/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module "aurora" {
4343
iam_roles = {
4444
s3_import = {
4545
role_arn = aws_iam_role.s3_import.arn
46-
feature_name = "s3Import"
46+
feature_name = ""
4747
}
4848
}
4949

0 commit comments

Comments
 (0)