Skip to content

Commit 3a59f68

Browse files
committed
update readme and icon
1 parent 4a04af3 commit 3a59f68

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Additional workflow recommendation: it is very easy to customize a Blueprint set
2828
|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 | Yes |
2929
|Terraform Version|String|The version of terraform.exe that will be downloaded and used (If not specified latest version will be used)| No |
3030
|Github Token|String| Github PAT (Private Access Token) to be used in order to download TF module. The entire repo will be downloaded and then the referenced TF module will be executed | Yes |
31-
|Cloud Provider|String| Reference to the CloudProvider resource that should be used to initialize the Terrafom provider. Supported cloud providers: <br> - Azure Shell <br>- Azure Shell 2G| Yes |
31+
|Cloud Provider|String| Reference to the CloudProvider resource that should be used to initialize the Terrafom provider. Supported cloud providers: <br> - Azure Shell <br>- Azure Shell 2G <br> - AWS Shell <br> - AWS Shell 2G| Yes |
3232
|Branch|String| In case specified will override the branch in the Github Terraform Module URL | No |
3333
|Terraform Outputs|String| Unmapped and *non-sensitive* TF outputs will be stored as a CSV list of key value pairs on this attribute. This attribute is optional. | No |
3434
|Terraform Sensitive Outputs|Password| Unmapped and *sensitive* TF outputs will be stored as a CSV list of key value pairs on this attribute. This attribute must be of type "password. The attribute is optional. | No |
@@ -92,7 +92,17 @@ Cloud Provider|String| Cloud Provider resource name that holds the authenticatio
9292
Resource Group|String| The resource group of the Storage Account|
9393

9494
### AWS Remote Provider Shell (backends\aws_tf_backend)
95-
Coming soon
95+
The AWS Remote Provider shell is used in order to enable CloudShell access to AWS S3 storage, to then be used to store the remote state file.</br>
96+
One must create a resource and fill in the attributes - then specify that resource name as the Remote State Provider.
97+
Only one type of authentication is allowed, either by Access Key+Secret Key or using the Cloud Provider authentication keys. If both options are specified it will throw an error, so please supply only 1 option.
98+
99+
|Attribute|Type|Description|
100+
|:-----|:-----|:-----|
101+
Bucket Name|String| The name of the Bucket to be used |
102+
Region Name|String| The Region to be used with AWS |
103+
Access Key|String| Access Key of AWS Account|
104+
Secret Key|String| Secret Key of AWS Account|
105+
Cloud Provider|String| Cloud Provider resource name that holds the authentication keys in case not filling the Keys|
96106

97107
\* Additional Remote Backend Providers are coming soon
98108

6.08 KB
Loading

0 commit comments

Comments
 (0)