Skip to content

Commit

Permalink
Add post-create/post-update sleep to KMS AutokeyConfig (#12649)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdbhacks authored Jan 6, 2025
1 parent 2e0d32d commit ba76418
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mmv1/products/kms/AutokeyConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ custom_code:
pre_read: 'templates/terraform/pre_read/kms_autokey_config_folder.go.tmpl'
pre_update: 'templates/terraform/pre_update/kms_autokey_config_folder.go.tmpl'
pre_delete: 'templates/terraform/pre_delete/kms_autokey_config_folder.go.tmpl'
post_create: 'templates/terraform/post_create/sleep.go.tmpl'
post_update: 'templates/terraform/post_create/sleep.go.tmpl'
test_check_destroy: 'templates/terraform/custom_check_destroy/kms_autokey_config.go.tmpl'
# Using a handwritten sweeper because of pre_delete.
exclude_sweeper: true
Expand All @@ -65,9 +67,6 @@ examples:
org_id: 'ORG_ID'
billing_account: 'BILLING_ACCT'
external_providers: ["random", "time"]
# Need the time_sleep resource
# Currently failing
skip_vcr: true
parameters:
- name: 'folder'
type: String
Expand Down

0 comments on commit ba76418

Please sign in to comment.