Skip to content

Commit

Permalink
Fix osquery enrollment terraform resource type
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Apr 21, 2023
1 parent 428838d commit 728704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zentral/contrib/osquery/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ConfigurationResource(Resource):


class EnrollmentResource(Resource):
tf_type = "zentral_osquery_enrollement"
tf_type = "zentral_osquery_enrollment"
tf_grouping_key = "osquery_configurations"

configuration_id = RefAttr(ConfigurationResource, required=True)
Expand Down

0 comments on commit 728704f

Please sign in to comment.