Skip to content

Commit 81714b9

Browse files
author
Pawel Peksa
committed
reviewfix3
1 parent 1b22bb7 commit 81714b9

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

castai/resource_pod_mutation.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"net/http"
88
"strconv"
99
"strings"
10-
"time"
1110

1211
"github.com/hashicorp/terraform-plugin-log/tflog"
1312
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
@@ -421,12 +420,6 @@ func resourcePodMutation() *schema.Resource {
421420
},
422421

423422
Description: "CAST AI pod mutation resource allows managing pod mutations for Kubernetes workloads.",
424-
Timeouts: &schema.ResourceTimeout{
425-
Create: schema.DefaultTimeout(1 * time.Minute),
426-
Read: schema.DefaultTimeout(1 * time.Minute),
427-
Update: schema.DefaultTimeout(1 * time.Minute),
428-
Delete: schema.DefaultTimeout(1 * time.Minute),
429-
},
430423
Schema: s,
431424
}
432425
}

docs/resources/pod_mutation.md

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)