Skip to content

Commit

Permalink
mild cleanup of the module for standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
jd4883 committed Sep 26, 2021
1 parent 1cb5202 commit 000f9bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output licenses {value = vsphere_license.license}
6 changes: 0 additions & 6 deletions terraform.tf → resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ resource vsphere_license license {
Workflow = tostring(replace(each.key, "_", " "))
}
}

variable licenses {type = map(string)}

output licenses {value = vsphere_license.license}


1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
variable licenses {type = map(string)}

0 comments on commit 000f9bf

Please sign in to comment.