bitwarden.Provider
Explore with Pulumi AI
The provider type for the bitwarden package. By default, resources use package-wide configuration
settings, however an explicit Provider
instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_token: Optional[str] = None,
client_id: Optional[str] = None,
client_secret: Optional[str] = None,
email: Optional[str] = None,
experimentals: Optional[Sequence[ProviderExperimentalArgs]] = None,
extra_ca_certs: Optional[str] = None,
master_password: Optional[str] = None,
server: Optional[str] = None,
session_key: Optional[str] = None,
vault_path: Optional[str] = None)
func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:bitwarden
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProviderArgs
- 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 ProviderArgs
- 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 ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Provider resource accepts the following input properties:
- Access
Token string - Machine Account Access Token (env:
BWS_ACCESS_TOKEN
)). - Client
Id string - Client ID (env:
BW_CLIENTID
) - Client
Secret string - Email string
- Login Email of the Vault (env:
BW_EMAIL
). - Experimentals
List<Provider
Experimental> - Enable experimental features.
- Extra
Ca stringCerts - Extends the well known 'root' CAs (like VeriSign) with the extra certificates in file (env:
NODE_EXTRA_CA_CERTS
, doesn't work with embedded client). - Master
Password string - Server string
- Bitwarden Server URL (default:
https://vault.bitwarden.com
, env:BW_URL
). - Session
Key string - A Bitwarden Session Key (env:
BW_SESSION
) - Vault
Path string - Alternative directory for storing the Vault locally (default:
.bitwarden/
, env:BITWARDENCLI_APPDATA_DIR
).
- Access
Token string - Machine Account Access Token (env:
BWS_ACCESS_TOKEN
)). - Client
Id string - Client ID (env:
BW_CLIENTID
) - Client
Secret string - Email string
- Login Email of the Vault (env:
BW_EMAIL
). - Experimentals
[]Provider
Experimental Args - Enable experimental features.
- Extra
Ca stringCerts - Extends the well known 'root' CAs (like VeriSign) with the extra certificates in file (env:
NODE_EXTRA_CA_CERTS
, doesn't work with embedded client). - Master
Password string - Server string
- Bitwarden Server URL (default:
https://vault.bitwarden.com
, env:BW_URL
). - Session
Key string - A Bitwarden Session Key (env:
BW_SESSION
) - Vault
Path string - Alternative directory for storing the Vault locally (default:
.bitwarden/
, env:BITWARDENCLI_APPDATA_DIR
).
- access
Token String - Machine Account Access Token (env:
BWS_ACCESS_TOKEN
)). - client
Id String - Client ID (env:
BW_CLIENTID
) - client
Secret String - email String
- Login Email of the Vault (env:
BW_EMAIL
). - experimentals
List<Provider
Experimental> - Enable experimental features.
- extra
Ca StringCerts - Extends the well known 'root' CAs (like VeriSign) with the extra certificates in file (env:
NODE_EXTRA_CA_CERTS
, doesn't work with embedded client). - master
Password String - server String
- Bitwarden Server URL (default:
https://vault.bitwarden.com
, env:BW_URL
). - session
Key String - A Bitwarden Session Key (env:
BW_SESSION
) - vault
Path String - Alternative directory for storing the Vault locally (default:
.bitwarden/
, env:BITWARDENCLI_APPDATA_DIR
).
- access
Token string - Machine Account Access Token (env:
BWS_ACCESS_TOKEN
)). - client
Id string - Client ID (env:
BW_CLIENTID
) - client
Secret string - email string
- Login Email of the Vault (env:
BW_EMAIL
). - experimentals
Provider
Experimental[] - Enable experimental features.
- extra
Ca stringCerts - Extends the well known 'root' CAs (like VeriSign) with the extra certificates in file (env:
NODE_EXTRA_CA_CERTS
, doesn't work with embedded client). - master
Password string - server string
- Bitwarden Server URL (default:
https://vault.bitwarden.com
, env:BW_URL
). - session
Key string - A Bitwarden Session Key (env:
BW_SESSION
) - vault
Path string - Alternative directory for storing the Vault locally (default:
.bitwarden/
, env:BITWARDENCLI_APPDATA_DIR
).
- access_
token str - Machine Account Access Token (env:
BWS_ACCESS_TOKEN
)). - client_
id str - Client ID (env:
BW_CLIENTID
) - client_
secret str - email str
- Login Email of the Vault (env:
BW_EMAIL
). - experimentals
Sequence[Provider
Experimental Args] - Enable experimental features.
- extra_
ca_ strcerts - Extends the well known 'root' CAs (like VeriSign) with the extra certificates in file (env:
NODE_EXTRA_CA_CERTS
, doesn't work with embedded client). - master_
password str - server str
- Bitwarden Server URL (default:
https://vault.bitwarden.com
, env:BW_URL
). - session_
key str - A Bitwarden Session Key (env:
BW_SESSION
) - vault_
path str - Alternative directory for storing the Vault locally (default:
.bitwarden/
, env:BITWARDENCLI_APPDATA_DIR
).
- access
Token String - Machine Account Access Token (env:
BWS_ACCESS_TOKEN
)). - client
Id String - Client ID (env:
BW_CLIENTID
) - client
Secret String - email String
- Login Email of the Vault (env:
BW_EMAIL
). - experimentals List<Property Map>
- Enable experimental features.
- extra
Ca StringCerts - Extends the well known 'root' CAs (like VeriSign) with the extra certificates in file (env:
NODE_EXTRA_CA_CERTS
, doesn't work with embedded client). - master
Password String - server String
- Bitwarden Server URL (default:
https://vault.bitwarden.com
, env:BW_URL
). - session
Key String - A Bitwarden Session Key (env:
BW_SESSION
) - vault
Path String - Alternative directory for storing the Vault locally (default:
.bitwarden/
, env:BITWARDENCLI_APPDATA_DIR
).
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ProviderExperimental, ProviderExperimentalArgs
- Disable
Sync boolAfter Write Verification - Skip verification of server-side modifications (like timestamp updates) after write operations - useful when the Bitwarden server makes minor, non-functional changes to objects.
- Embedded
Client bool - Use the embedded client instead of an external binary.
- Disable
Sync boolAfter Write Verification - Skip verification of server-side modifications (like timestamp updates) after write operations - useful when the Bitwarden server makes minor, non-functional changes to objects.
- Embedded
Client bool - Use the embedded client instead of an external binary.
- disable
Sync BooleanAfter Write Verification - Skip verification of server-side modifications (like timestamp updates) after write operations - useful when the Bitwarden server makes minor, non-functional changes to objects.
- embedded
Client Boolean - Use the embedded client instead of an external binary.
- disable
Sync booleanAfter Write Verification - Skip verification of server-side modifications (like timestamp updates) after write operations - useful when the Bitwarden server makes minor, non-functional changes to objects.
- embedded
Client boolean - Use the embedded client instead of an external binary.
- disable_
sync_ boolafter_ write_ verification - Skip verification of server-side modifications (like timestamp updates) after write operations - useful when the Bitwarden server makes minor, non-functional changes to objects.
- embedded_
client bool - Use the embedded client instead of an external binary.
- disable
Sync BooleanAfter Write Verification - Skip verification of server-side modifications (like timestamp updates) after write operations - useful when the Bitwarden server makes minor, non-functional changes to objects.
- embedded
Client Boolean - Use the embedded client instead of an external binary.
Package Details
- Repository
- bitwarden maxlaverse/terraform-provider-bitwarden
- License
- Notes
- This Pulumi package is based on the
bitwarden
Terraform Provider.