Scaleway
AccountSshKey
Manages user SSH keys to access servers provisioned on Scaleway.
Example Usage
using Pulumi;
using Scaleway = Pulumi.Scaleway;
class MyStack : Stack
{
public MyStack()
{
var main = new Scaleway.AccountSshKey("main", new Scaleway.AccountSshKeyArgs
{
PublicKey = "<YOUR-PUBLIC-SSH-KEY>",
});
}
}
package main
import (
"github.com/pulumi/pulumi-scaleway/sdk/go/scaleway"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := scaleway.NewAccountSshKey(ctx, "main", &scaleway.AccountSshKeyArgs{
PublicKey: pulumi.String("<YOUR-PUBLIC-SSH-KEY>"),
})
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_scaleway as scaleway
main = scaleway.AccountSshKey("main", public_key="<YOUR-PUBLIC-SSH-KEY>")
import * as pulumi from "@pulumi/pulumi";
import * as scaleway from "@pulumi/scaleway";
const main = new scaleway.AccountSshKey("main", {
publicKey: "<YOUR-PUBLIC-SSH-KEY>",
});
Coming soon!
Create a AccountSshKey Resource
new AccountSshKey(name: string, args: AccountSshKeyArgs, opts?: CustomResourceOptions);
@overload
def AccountSshKey(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
public_key: Optional[str] = None)
@overload
def AccountSshKey(resource_name: str,
args: AccountSshKeyArgs,
opts: Optional[ResourceOptions] = None)
func NewAccountSshKey(ctx *Context, name string, args AccountSshKeyArgs, opts ...ResourceOption) (*AccountSshKey, error)
public AccountSshKey(string name, AccountSshKeyArgs args, CustomResourceOptions? opts = null)
public AccountSshKey(String name, AccountSshKeyArgs args)
public AccountSshKey(String name, AccountSshKeyArgs args, CustomResourceOptions options)
type: scaleway:AccountSshKey
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccountSshKeyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AccountSshKeyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AccountSshKeyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccountSshKeyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccountSshKeyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AccountSshKey Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AccountSshKey resource accepts the following input properties:
- public_
key str The public SSH key to be added.
- name str
The name of the SSH key.
- project_
id str project_id
) The ID of the project the SSH key is associated with.
Outputs
All input properties are implicitly available as output properties. Additionally, the AccountSshKey resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Organization
Id string The organization ID the SSH key is associated with.
- Id string
The provider-assigned unique ID for this managed resource.
- Organization
Id string The organization ID the SSH key is associated with.
- id String
The provider-assigned unique ID for this managed resource.
- organization
Id String The organization ID the SSH key is associated with.
- id string
The provider-assigned unique ID for this managed resource.
- organization
Id string The organization ID the SSH key is associated with.
- id str
The provider-assigned unique ID for this managed resource.
- organization_
id str The organization ID the SSH key is associated with.
- id String
The provider-assigned unique ID for this managed resource.
- organization
Id String The organization ID the SSH key is associated with.
Look up an Existing AccountSshKey Resource
Get an existing AccountSshKey resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AccountSshKeyState, opts?: CustomResourceOptions): AccountSshKey
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
organization_id: Optional[str] = None,
project_id: Optional[str] = None,
public_key: Optional[str] = None) -> AccountSshKey
func GetAccountSshKey(ctx *Context, name string, id IDInput, state *AccountSshKeyState, opts ...ResourceOption) (*AccountSshKey, error)
public static AccountSshKey Get(string name, Input<string> id, AccountSshKeyState? state, CustomResourceOptions? opts = null)
public static AccountSshKey get(String name, Output<String> id, AccountSshKeyState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Name string
The name of the SSH key.
- Organization
Id string The organization ID the SSH key is associated with.
- Project
Id string project_id
) The ID of the project the SSH key is associated with.- Public
Key string The public SSH key to be added.
- Name string
The name of the SSH key.
- Organization
Id string The organization ID the SSH key is associated with.
- Project
Id string project_id
) The ID of the project the SSH key is associated with.- Public
Key string The public SSH key to be added.
- name String
The name of the SSH key.
- organization
Id String The organization ID the SSH key is associated with.
- project
Id String project_id
) The ID of the project the SSH key is associated with.- public
Key String The public SSH key to be added.
- name string
The name of the SSH key.
- organization
Id string The organization ID the SSH key is associated with.
- project
Id string project_id
) The ID of the project the SSH key is associated with.- public
Key string The public SSH key to be added.
- name str
The name of the SSH key.
- organization_
id str The organization ID the SSH key is associated with.
- project_
id str project_id
) The ID of the project the SSH key is associated with.- public_
key str The public SSH key to be added.
- name String
The name of the SSH key.
- organization
Id String The organization ID the SSH key is associated with.
- project
Id String project_id
) The ID of the project the SSH key is associated with.- public
Key String The public SSH key to be added.
Import
SSH keys can be imported using the id
, e.g. bash
$ pulumi import scaleway:index/accountSshKey:AccountSshKey main 11111111-1111-1111-1111-111111111111
Package Details
- Repository
- https://github.com/jaxxstorm/pulumi-scaleway
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
scaleway
Terraform Provider.