Skip to content
Snippets Groups Projects
Commit 6af1f65d authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

Fix python syntax in Terraform dynamic inventory (#4643)

parent 4a10dca7
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ def packet_device(resource, tfvars=None):
attrs = {
'id': raw_attrs['id'],
'facilities': parse_list(raw_attrs, 'facilities']),
'facilities': parse_list(raw_attrs, 'facilities'),
'hostname': raw_attrs['hostname'],
'operating_system': raw_attrs['operating_system'],
'locked': parse_bool(raw_attrs['locked']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment