Skip to content

Commit

Permalink
feat: update kubernetes_deployment to kubernetes_deployment_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Nov 14, 2023
1 parent 4994e25 commit ce0c2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-readonly.tf
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ resource "kubernetes_horizontal_pod_autoscaler" "hms_readonly" {
scale_target_ref {
api_version = "apps/v1"
kind = "Deployment"
name = kubernetes_deployment.apiary_hms_readonly[0].metadata[0].name
name = kubernetes_deployment_v1.apiary_hms_readonly[0].metadata[0].name
}
}
}
Expand Down

0 comments on commit ce0c2e0

Please sign in to comment.