Skip to content

Commit 842145f

Browse files
committed
Update enviroment guide docs
1 parent 07e6cd0 commit 842145f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guides/environment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ This variable is required except for EKS cluster. This needs to be specified if
1919

2020
**Type:** *string*
2121

22-
**Default:** *Inferred from IMDS metadata*
22+
**Default:** *Inferred from IMDS metadata or CLUSTER_NAME*
2323

24-
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the VPC of the cluster. This needs to be specified if IMDS is not available.
24+
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the VPC of the cluster.
2525

2626
---
2727

2828
#### `AWS_ACCOUNT_ID`
2929

3030
**Type:** *string*
3131

32-
**Default:** *Inferred from IMDS metadata*
32+
**Default:** *Inferred from IMDS metadata or AWS STS GetCallerIdentity API*
3333

34-
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the AWS account. This needs to be specified if IMDS is not available.
34+
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the AWS account.
3535

3636
---
3737

38-
#### `REGION`
38+
#### `REGION` or `AWS_REGION`
3939

4040
**Type:** *string*
4141

0 commit comments

Comments
 (0)