Modify google_storage_transfer_job
resource to add credentials_secret
field for azure_blob_storage_data_source
block
#16263
Milestone
Community Note
Description
Add the optional field
credentials_secret
to theazure_blob_storage_data_source
block ingoogle_storage_transfer_job
Context:
The Microsoft Azure Storage source for the Cloud Storage Transfer Job now supports (public preview) a SAS token being referenced in secret manager through a
credentials_secret
field. Thecredentials_secret
field accepts a reference to a secret manager resource name. Previously SAS tokens had to be specified directly in Terraform config through theazure_credentials_block
.This additional field would be useful as it provides the option to store tokens outside of Terraform and thus not in state. The additional field would need to be added in the beta provider only, since it is in preview
New or Affected Resource(s)
Affected Resource:
Potential Terraform Configuration
References
b/306619208
The text was updated successfully, but these errors were encountered: