You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Additional workflow recommendation: it is very easy to customize Blueprint setup
12
12
## Service Attributes
13
13
|Attribute Name|Data Type|Description|
14
14
|:---|:---|:---|
15
-
|Github Terraform Module URL|String|path to target module. Can be provided in three formats: <br/> 1) <br/> 2) <br/> 3) |
15
+
|Github Terraform Module URL|String|path to target module. Can be provided in three formats: <br/> 1)https://github.com/<ACCOUNT>/<REPO>/tree/<BRANCH>/<PATH_TO_FOLDER> <br/> 2)https://github.com/<ACCOUNT>/<REPO>/blob/<BRANCH>/<PATH_TO_FOLDER>/filename.tf<br/> 3)https://raw.githubusercontent.com/<ACCOUNT>/<REPO>/<BRANCH>/<PATH_TO_FOLDER>/filename.tf|
16
16
|Terraform Version|String|The version of terraform.exe that will be downloaded and used (If not specified latest version will be used)|
17
17
|Github Token|String| Github developer token to be used in order to download TF module|
18
18
|Cloud Provider|String| Reference to the CloudProvider resource that shall be used to create authentication|
0 commit comments