@cryptotaxi247 / infra / commits / 88be9165

README.md: Add note that SSO session name should be empty for legacy SSO

Eelco Dolstra committed Oct 16, 2023 at 23:22 UTC 88be9165ee91cfce6c7275743b9bcae1a6c4d8c7
1 file changed +5 -5
terraform/README.md
+5 -5
@@ -17,12 +17,12 @@ related keys.
17
18 Then run `direnv allow` to load the environment with the runtime dependencies.
19
20 -Run `aws configure sso` to acquire a temporary token.
20 +Run `aws configure sso` to acquire a temporary token:
21
22 -When asked, pick the following account:
23 -* `LBNixOS_Dev_PDX (080433136561)`
24 -Select role `AWSAdministratorAccess`.
25 -Leave all the rest with the default options.
22 +* Leave `SSO session name` **empty** (this is needed for legacy SSO).
23 +* Select account `LBNixOS_Dev_PDX (080433136561)`.
24 +* Select role `AWSAdministratorAccess`.
25 +* Leave all the rest with the default options.
26
27 ## Usage
28