Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct { Endpoint types.String `tfsdk:"endpoint"` FolderID types.String `tfsdk:"folder_id"` CloudID types.String `tfsdk:"cloud_id"` OrganizationID types.String `tfsdk:"organization_id"` Zone types.String `tfsdk:"zone"` Token types.String `tfsdk:"token"` ServiceAccountKeyFileOrContent types.String `tfsdk:"service_account_key_file"` Plaintext types.Bool `tfsdk:"plaintext"` Insecure types.Bool `tfsdk:"insecure"` MaxRetries types.Int64 `tfsdk:"max_retries"` StorageEndpoint types.String `tfsdk:"storage_endpoint"` YMQEndpoint types.String `tfsdk:"ymq_endpoint"` Region types.String `tfsdk:"region_id"` // These storage access keys are optional and only used when // storage data/resource doesn't have own access keys explicitly specified. StorageAccessKey types.String `tfsdk:"storage_access_key"` StorageSecretKey types.String `tfsdk:"storage_secret_key"` // These YMQ access keys are optional and only used when // Message Queue resource doesn't have own access keys explicitly specified. YMQAccessKey types.String `tfsdk:"ymq_access_key"` YMQSecretKey types.String `tfsdk:"ymq_secret_key"` Profile types.String `tfsdk:"profile"` }
Click to show internal directories.
Click to hide internal directories.