Skip to content

Commit

Permalink
feat: add credentials_secret field in azure blob storage block for go…
Browse files Browse the repository at this point in the history
…ogle storage transfer job resource (#9278) (#7091)

* feat: add `credentials_secret` in `azure_blob_storage_data` source config

* feat: add version guard for `credentials_secret` as in preview

* docs: add documentation on `credentials_secret`

[upstream:4555c3364bb74d340fb13db281fc79bd8f862249]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 13, 2024
1 parent 3e2922f commit 162f91d
Show file tree
Hide file tree
Showing 9 changed files with 2,248 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .changelog/9278.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
storagetransferservice: added field `transfer_spec.azure_blob_storage_data_source.credentials_secret` to `google_storage_transfer_job` (beta)
```
5 changes: 3 additions & 2 deletions google-beta/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 451
// Generated resources: 452
// Generated IAM resources: 267
// Total generated resources: 718
// Total generated resources: 719
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -503,6 +503,7 @@ var generatedResources = map[string]*schema.Resource{
"google_app_engine_service_split_traffic": appengine.ResourceAppEngineServiceSplitTraffic(),
"google_app_engine_standard_app_version": appengine.ResourceAppEngineStandardAppVersion(),
"google_apphub_application": apphub.ResourceApphubApplication(),
"google_apphub_service": apphub.ResourceApphubService(),
"google_apphub_service_project_attachment": apphub.ResourceApphubServiceProjectAttachment(),
"google_apphub_workload": apphub.ResourceApphubWorkload(),
"google_artifact_registry_repository": artifactregistry.ResourceArtifactRegistryRepository(),
Expand Down
Loading

0 comments on commit 162f91d

Please sign in to comment.