Skip to content

Commit 0c2e812

Browse files
Format a terraform example file
1 parent 0450558 commit 0c2e812

File tree

1 file changed

+1
-1
lines changed
  • examples/resources/elasticstack_elasticsearch_security_api_key

1 file changed

+1
-1
lines changed

examples/resources/elasticstack_elasticsearch_security_api_key/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "elasticstack_elasticsearch_security_api_key" "api_key_with_restriction
4141
}
4242
],
4343
restriction = {
44-
workflows = [ "search_application_query" ]
44+
workflows = ["search_application_query"]
4545
}
4646
}
4747
})

0 commit comments

Comments
 (0)