diff --git a/kubernetes/resource_kubernetes_daemonset.go b/kubernetes/resource_kubernetes_daemonset.go index 1ad5a9f200..bcc191ba82 100755 --- a/kubernetes/resource_kubernetes_daemonset.go +++ b/kubernetes/resource_kubernetes_daemonset.go @@ -134,8 +134,8 @@ func resourceKubernetesDaemonSet() *schema.Resource { "automount_service_account_token": relocatedAttribute("automount_service_account_token"), "subdomain": relocatedAttribute("subdomain"), "termination_grace_period_seconds": relocatedAttribute("termination_grace_period_seconds"), - "volume": relocatedAttribute("volume"), - "toleration": relocatedAttribute("toleration"), + "volume": relocatedAttribute("volume"), + "toleration": relocatedAttribute("toleration"), }, }, }, diff --git a/kubernetes/resource_kubernetes_deployment.go b/kubernetes/resource_kubernetes_deployment.go index 7a8d1da81e..be33c118f8 100755 --- a/kubernetes/resource_kubernetes_deployment.go +++ b/kubernetes/resource_kubernetes_deployment.go @@ -167,8 +167,8 @@ func resourceKubernetesDeployment() *schema.Resource { "automount_service_account_token": relocatedAttribute("automount_service_account_token"), "subdomain": relocatedAttribute("subdomain"), "termination_grace_period_seconds": relocatedAttribute("termination_grace_period_seconds"), - "volume": relocatedAttribute("volume"), - "toleration": relocatedAttribute("toleration"), + "volume": relocatedAttribute("volume"), + "toleration": relocatedAttribute("toleration"), }, }, }, diff --git a/kubernetes/resource_kubernetes_stateful_set.go b/kubernetes/resource_kubernetes_stateful_set.go index 0aa254a5c6..c1c135365b 100644 --- a/kubernetes/resource_kubernetes_stateful_set.go +++ b/kubernetes/resource_kubernetes_stateful_set.go @@ -102,8 +102,8 @@ func resourceKubernetesStatefulSet() *schema.Resource { "automount_service_account_token": relocatedAttribute("automount_service_account_token"), "subdomain": relocatedAttribute("subdomain"), "termination_grace_period_seconds": relocatedAttribute("termination_grace_period_seconds"), - "volume": relocatedAttribute("volume"), - "toleration": relocatedAttribute("toleration"), + "volume": relocatedAttribute("volume"), + "toleration": relocatedAttribute("toleration"), }, }, },