Skip to content

Commit

Permalink
deploy: 89f08a6
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 20, 2023
1 parent f644026 commit 24a1675
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sitemap.xml

Large diffs are not rendered by default.

29 changes: 22 additions & 7 deletions user-guide/integrations/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1920,45 +1920,60 @@ You can refer to the additional reading material to learn and explore more advan
<thead>
<tr>
<th>Environment Variable</th>
<th>Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>TF_CMD</code></td>
<td>Terraform command to call (default: <code>terraform</code>)</td>
<td><code>terraform</code></td>
<td>Terraform command to call</td>
</tr>
<tr>
<td><code>AWS_ENDPOINT_URL</code></td>
<td>-</td>
<td>Hostname and port of the target LocalStack instance</td>
</tr>
<tr>
<td><code>LOCALSTACK_HOSTNAME</code></td>
<td>Host name of the target LocalStack instance</td>
<td><code>localhost</code></td>
<td><strong>(Deprecated)</strong> Host name of the target LocalStack instance</td>
</tr>
<tr>
<td><code>EDGE_PORT</code></td>
<td>Port number of the target LocalStack instance</td>
<td><code>4566</code></td>
<td><strong>(Deprecated)</strong> Port number of the target LocalStack instance</td>
</tr>
<tr>
<td><code>S3_HOSTNAME</code></td>
<td>Special hostname to be used to connect to LocalStack S3 (default: <code>s3.localhost.localstack.cloud</code>)</td>
<td><code>s3.localhost.localstack.cloud</code></td>
<td>Special hostname to be used to connect to LocalStack S3</td>
</tr>
<tr>
<td><code>USE_EXEC</code></td>
<td>-</td>
<td>Whether to use <code>os.exec</code> instead of <code>subprocess.Popen</code> (try using this in case of I/O issues)</td>
</tr>
<tr>
<td><code><SERVICE>_ENDPOINT</code></td>
<td>-</td>
<td>Setting a custom service endpoint, e.g., <code>COGNITO_IDP_ENDPOINT=http://example.com</code></td>
</tr>
<tr>
<td><code>AWS_DEFAULT_REGION</code></td>
<td>The AWS region to use (default: <code>us-east-1</code>, or determined from local credentials if <code>boto3</code> is installed)</td>
<td><code>us-east-1</code></td>
<td>The AWS region to use (determined from local credentials if <code>boto3</code> is installed)</td>
</tr>
<tr>
<td><code>CUSTOMIZE_ACCESS_KEY</code></td>
<td>Enables you to override the static AWS Access Key ID.</td>
<td>-</td>
<td>Enables you to override the static AWS Access Key ID</td>
</tr>
<tr>
<td><code>AWS_ACCESS_KEY_ID</code></td>
<td>AWS Access Key ID to use for multi-account setups (default: <code>test</code> -> account ID: <code>000000000000</code>)</td>
<td><code>test</code> (<code>accountId</code>: 000000000000)</td>
<td>AWS Access Key ID to use for multi-account setups</td>
</tr>
</tbody>
</table>
Expand Down
Loading

0 comments on commit 24a1675

Please sign in to comment.