Skip to content

Commit

Permalink
Create support for KMS Ekmconnection resource (#10094) (#7059)
Browse files Browse the repository at this point in the history
[upstream:5c5b415c6c20bb760b511e8589d270dcc3728a50]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 7, 2024
1 parent 22e29cd commit f2fa46b
Show file tree
Hide file tree
Showing 5 changed files with 1,116 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/10094.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_kms_ekm_connection`
```
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 @@ -433,9 +433,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 445
// Generated resources: 446
// Generated IAM resources: 264
// Total generated resources: 709
// Total generated resources: 710
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -935,6 +935,7 @@ var generatedResources = map[string]*schema.Resource{
"google_integration_connectors_endpoint_attachment": integrationconnectors.ResourceIntegrationConnectorsEndpointAttachment(),
"google_kms_crypto_key": kms.ResourceKMSCryptoKey(),
"google_kms_crypto_key_version": kms.ResourceKMSCryptoKeyVersion(),
"google_kms_ekm_connection": kms.ResourceKMSEkmConnection(),
"google_kms_key_ring": kms.ResourceKMSKeyRing(),
"google_kms_key_ring_import_job": kms.ResourceKMSKeyRingImportJob(),
"google_kms_secret_ciphertext": kms.ResourceKMSSecretCiphertext(),
Expand Down
Loading

0 comments on commit f2fa46b

Please sign in to comment.