Skip to content

Commit

Permalink
remove PV source metadata block
Browse files Browse the repository at this point in the history
  • Loading branch information
jjno91 committed Jun 17, 2020
1 parent 9d98ccc commit 666a571
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ resource "kubernetes_persistent_volume" "this" {
}

persistent_volume_source {
local {
metadata {
name = var.id
}
}
local {}
}

access_modes = ["ReadWriteOnce"]
Expand Down

0 comments on commit 666a571

Please sign in to comment.