Skip to content

Commit 9275b29

Browse files
authored
Merge pull request #1 from lackita/master
Fix Deprecation Warning
2 parents a7e608c + 2801f8e commit 9275b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ resource "aws_elasticsearch_domain" "es_domain" {
103103

104104
# Service-linked role to give Amazon ES permissions to access your VPC
105105
depends_on = [
106-
"aws_iam_service_linked_role.es",
106+
aws_iam_service_linked_role.es,
107107
]
108108

109109
}

0 commit comments

Comments
 (0)