Skip to content

Commit 6826783

Browse files
sandermvanvliet-stacktobio
authored andcommitted
Format a terraform example file
1 parent 651754b commit 6826783

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)