Skip to content

Latest commit

 

History

History
 
 

vcenter-role

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

VMWare vSphere Roles Terraform Module

This Terraform module can be used to create and manage Roles in the vSphere

Execution environment

The vCenter user must have administrator privileges, in GCVE will require to use the elevate privileges feature.

Requirements

Name Version
terraform >= 1.3.0
vsphere >= 2.0.2

Usage

Basic usage of this module is as follows:

module "example" {
	 source  = "<module-path>"

	 # Required variables
	 vsphere_role_name  = 
	 vsphere_role_privileges  = 
}

Resources

Name Type
vsphere_role.vsphere_role resource

Inputs

Name Description Type Default Required
vsphere_role_name The name of the role string n/a yes
vsphere_role_privileges The privileges to be associated with the role list(string) n/a yes

Outputs

No outputs.