cli: Migrate show command to use command arguments and views

This commit is contained in:
Krista LaFentres
2022-01-10 17:16:12 -06:00
parent 8d1bced812
commit fea8f6cfa2
9 changed files with 871 additions and 281 deletions

View File

@@ -0,0 +1,3 @@
resource "test_resource" "foo" {
foo = "value"
}