File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ The variables required in order for the module to be successfully called from th
5757
5858| ** _ Variable_ ** | ** _ Description_ ** | ** _ Type_ ** | ** _ Argument Status_ ** |
5959| :----| :----| -----:| -----:|
60+ | ** _ name_ ** | The profile's name | _ string_ | ** _ Required_ ** |
61+ | ** _ path_ ** | Path in which to create the profile | _ string_ | ** _ Optional_ ** |
62+ | ** _ role_ ** | The role name to include in the profile | _ string_ | ** _ Required_ ** |
6063
6164
62- Details are in respective branch.
6365
6466
6567## Outputs
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ variable "name" {
44
55variable "path" {
66 description = " Path in which to create the profile."
7+ default = " /"
78}
89
910variable "role" {
You can’t perform that action at this time.
0 commit comments