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: docs/development-guide/IntegrationTests.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,14 @@ If the environment variable `REUSE_AURORA_CLUSTER` is set to true, the integrati
37
37
|`DB_USERNAME`| Yes | The username to access the database. |`admin`|
38
38
|`DB_PASSWORD`| Yes | The database cluster password. |`password`|
39
39
|`DB_DATABASE_NAME`| No | Name of the database that will be used by the tests. The default database name is test. |`test_db_name`|
40
-
|`AURORA_CLUSTER_NAME`| Yes | The database identifier for your Aurora cluster. Must be a unique value to avoid conflicting with existing clusters.|`db-identifier`|
41
-
|`AURORA_CLUSTER_DOMAIN`| No | The existing database connection suffix. Use this variable to run against an existing database. |`XYZ.us-east-2.rds.amazonaws.com`|
40
+
|`RDS_CLUSTER_NAME`| Yes | The database identifier for your Aurora or RDS cluster. Must be a unique value to avoid conflicting with existing clusters. |`db-identifier`|
41
+
|`RDS_CLUSTER_DOMAIN`| No | The existing database connection suffix. Use this variable to run against an existing database. |`XYZ.us-east-2.rds.amazonaws.com`|
42
42
|`IAM_USER`| No | User within the database that is identified with AWSAuthenticationPlugin. This is used for AWS IAM Authentication and is optional |`example_user_name`|
43
43
|`AWS_ACCESS_KEY_ID`| Yes | An AWS access key associated with an IAM user or role with RDS permissions. |`ASIAIOSFODNN7EXAMPLE`|
44
44
|`AWS_SECRET_ACCESS_KEY`| Yes | The secret key associated with the provided AWS_ACCESS_KEY_ID. |`wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`|
45
45
|`AWS_SESSION_TOKEN`| No | AWS Session Token for CLI, SDK, & API access. This value is for MFA credentials only. See: [temporary AWS credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html). |`AQoDYXdzEJr...<remainder of session token>`||
46
-
|`REUSE_AURORA_CLUSTER`| Yes | Set to true if you would like to use an existing cluster for your tests. |`false`|
47
-
|`AURORA_DB_REGION`| Yes | The database region. |`us-east-2`|
46
+
|`REUSE_RDS_CLUSTER`| Yes | Set to true if you would like to use an existing cluster for your tests. |`false`|
47
+
|`RDS_DB_REGION`| Yes | The database region. |`us-east-2`|
0 commit comments