From 4e67c785e2cc47cc41830504221fa7a9ce765274 Mon Sep 17 00:00:00 2001 From: Stephen Lewis Date: Fri, 11 Apr 2025 09:29:24 -0700 Subject: [PATCH] Removed osconfig patchdeployment set_computed_name post_create This is now duplicate code. --- mmv1/products/osconfig/PatchDeployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/mmv1/products/osconfig/PatchDeployment.yaml b/mmv1/products/osconfig/PatchDeployment.yaml index 6b89fb27c247..607bd9f4dca4 100644 --- a/mmv1/products/osconfig/PatchDeployment.yaml +++ b/mmv1/products/osconfig/PatchDeployment.yaml @@ -36,7 +36,6 @@ timeouts: custom_code: encoder: 'templates/terraform/encoders/os_config_patch_deployment.go.tmpl' decoder: 'templates/terraform/decoders/os_config_patch_deployment.go.tmpl' - post_create: 'templates/terraform/post_create/set_computed_name.tmpl' custom_import: 'templates/terraform/custom_import/self_link_as_name.tmpl' examples: - name: 'os_config_patch_deployment_basic'