Skip to content

Commit 1855f28

Browse files
author
nitin-das
committed
Modified COde
1 parent 7b54d6c commit 1855f28

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ variable "name" {
44

55
variable "path" {
66
description = "Path in which to create the profile."
7+
default = "/"
78
}
89

910
variable "role" {

0 commit comments

Comments
 (0)