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
# This target requires the following environment variables to be set:
112
136
# - UPTEST_EXAMPLE_LIST, a comma-separated list of examples to test
113
-
# - UPTEST_CLOUD_CREDENTIALS (optional), cloud credentials for the provider being tested, e.g. export UPTEST_CLOUD_CREDENTIALS=$(cat ~/.aws/credentials)
137
+
# - UPTEST_CLOUD_CREDENTIALS (optional), multiple sets of AWS IAM User credentials specified as key=value pairs.
138
+
# The support keys are currently `DEFAULT` and `PEER`. So, an example for the value of this env. variable is:
139
+
# DEFAULT='[default]
140
+
# aws_access_key_id = REDACTED
141
+
# aws_secret_access_key = REDACTED'
142
+
# PEER='[default]
143
+
# aws_access_key_id = REDACTED
144
+
# aws_secret_access_key = REDACTED'
145
+
# The associated `ProviderConfig`s will be named as `default` and `peer`.
114
146
# - UPTEST_DATASOURCE_PATH (optional), see https://github.com/upbound/uptest#injecting-dynamic-values-and-datasource
0 commit comments