toggle menu
Keyper
jvm
switch theme
search in API
Keyper
/
jarrid.keyper.app
/
TfBackend
Tf
Backend
@
Serializable
data
class
TfBackend
(
val
type
:
TfBackendType
=
TfBackendType.LOCAL
,
val
path
:
String
=
"terraform.tfstate"
,
val
bucket
:
String
=
"keyper-tf-state"
)
Members
Constructors
Tf
Backend
Link copied to clipboard
constructor
(
type
:
TfBackendType
=
TfBackendType.LOCAL
,
path
:
String
=
"terraform.tfstate"
,
bucket
:
String
=
"keyper-tf-state"
)
Properties
bucket
Link copied to clipboard
val
bucket
:
String
path
Link copied to clipboard
val
path
:
String
type
Link copied to clipboard
val
type
:
TfBackendType