You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: (2024-10-25) The below details are from 2021, and need some revising as they're most likely quite out of date.
Some of the resources below will require support within go-katapult, not to
mention additions to the Katapult Core API itself. As such this is issue is
marked as On-Hold for now.
Add katapult_ssh_key resource with:
name attribute
public_key attribute
Add katapult_ssh_key data source.
Add authorized_keys attribute to katapult_virtual_machine resource
with:
all_organization_keys bool attribute, for adding all organization SSH
keys to the VM. Default value: true
all_user_keys bool attribute, for adding all keys for all users who
are a member of the organization. Default value: true
keys attribute, list of katapult_ssk_key ID strings. When not empty
set both all_organization_keys and all_user_keys to false.
users attribute, list of katapult_user ID strings. When not empty
set both all_organization_keys and all_user_keys to false.
Add katapult_user data source.
Add katapult_users data source.
The text was updated successfully, but these errors were encountered:
Note: (2024-10-25) The below details are from 2021, and need some revising as they're most likely quite out of date.
Some of the resources below will require support within go-katapult, not to
mention additions to the Katapult Core API itself. As such this is issue is
marked as On-Hold for now.
katapult_ssh_key
resource with:name
attributepublic_key
attributekatapult_ssh_key
data source.authorized_keys
attribute tokatapult_virtual_machine
resourcewith:
all_organization_keys
bool attribute, for adding all organization SSHkeys to the VM. Default value:
true
all_user_keys
bool attribute, for adding all keys for all users whoare a member of the organization. Default value:
true
keys
attribute, list ofkatapult_ssk_key
ID strings. When not emptyset both
all_organization_keys
andall_user_keys
tofalse.
users
attribute, list ofkatapult_user
ID strings. When not emptyset both
all_organization_keys
andall_user_keys
tofalse.
katapult_user
data source.katapult_users
data source.The text was updated successfully, but these errors were encountered: