v3.1.0
This commit is contained in:
@@ -376,7 +376,7 @@ func ResourceK8s() *schema.Resource {
|
||||
DeleteContext: resourceK8sDelete,
|
||||
|
||||
Importer: &schema.ResourceImporter{
|
||||
State: schema.ImportStatePassthrough,
|
||||
StateContext: schema.ImportStatePassthroughContext,
|
||||
},
|
||||
|
||||
Timeouts: &schema.ResourceTimeout{
|
||||
|
||||
@@ -228,7 +228,7 @@ func ResourceK8sWg() *schema.Resource {
|
||||
DeleteContext: resourceK8sWgDelete,
|
||||
|
||||
Importer: &schema.ResourceImporter{
|
||||
State: schema.ImportStatePassthrough,
|
||||
StateContext: schema.ImportStatePassthroughContext,
|
||||
},
|
||||
|
||||
Timeouts: &schema.ResourceTimeout{
|
||||
|
||||
Reference in New Issue
Block a user