This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Define VS Code bundle ID | |
VS_CODE_ID="com.microsoft.VSCode" | |
# Verify VS Code is installed | |
if ! osascript -e "id of app \"Visual Studio Code\"" &>/dev/null; then | |
echo "Error: Visual Studio Code not found. Please ensure it's installed." | |
exit 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.STD_BACKUP_POLICY.oci_core_volume_backup_policy.mt_std_backup_policy: Creating... | |
2020/10/08 17:22:24 [DEBUG] module.STD_BACKUP_POLICY.oci_core_volume_backup_policy.mt_std_backup_policy: applying the planned Create change | |
2020-10-08T17:22:24.245Z [DEBUG] plugin.terraform-provider-oci_v3.96.0_x4: DEBUG 2020/10/08 17:22:24.245762 asm_amd64.s:1337: operation attempt #1 | |
2020-10-08T17:22:24.245Z [DEBUG] plugin.terraform-provider-oci_v3.96.0_x4: DEBUG 2020/10/08 17:22:24.245910 http.go:617: Marshaling to Request: CreateVolumeBackupPolicyRequest | |
2020-10-08T17:22:24.245Z [DEBUG] plugin.terraform-provider-oci_v3.96.0_x4: DEBUG 2020/10/08 17:22:24.245923 http.go:555: Marshaling to body from field:CreateVolumeBackupPolicyDetails | |
2020-10-08T17:22:24.246Z [DEBUG] plugin.terraform-provider-oci_v3.96.0_x4: DEBUG 2020/10/08 17:22:24.246260 http.go:161: Adjusting tag: mandatory is false and json tag is valid on field: DisplayName | |
2020-10-08T17:22:24.246Z [DEBUG] plugin.terraform-provider-oci_v3.96.0_x4: DEBUG 2020/10/0 |