Skip to content

Commit

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

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Mar 7, 2024
1 parent b1f6df2 commit 88b4838
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
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_kms_ekm_connection`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Expand Up @@ -389,9 +389,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 388
// Generated resources: 389
// Generated IAM resources: 231
// Total generated resources: 619
// Total generated resources: 620
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -832,6 +832,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

0 comments on commit 88b4838

Please sign in to comment.