Skip to content

Commit ec64211

Browse files
committed
docs: add link to accounts
1 parent a4d6b33 commit ec64211

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

terragrunt/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ into composable _modules_.
6262

6363
Modules at the root of the `modules` directory are called _services_ and define
6464
an app or service within our infrastructure. For example, we have a module for
65-
our [dev desktops](./modules/dev-desktops-azure) that contains every piece of
65+
our [dev desktops](./modules/dev-desktops-azure) that contains every piece of
6666
infrastructure that is required to run one or more instances on Azure.
6767

6868
_Services_ can be deployed multiple times. Each deployment is a concrete
@@ -82,7 +82,7 @@ a TLS certificate for a list of domain names.
8282
We have two tools to define dependencies between pieces of our infrastructure:
8383

8484
1. With [Terragrunt], we can define [dependencies](https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-modules-at-once/#dependencies-between-modules)
85-
between [_states_](#accounts).
85+
between [_states_](#accounts).
8686
2. A [Terraform] module can include other modules.
8787

8888
### State
@@ -139,9 +139,9 @@ Each account in `./accounts` has a `account.json` file that contains the name of
139139
the respective profile. In the above example, `./account/root/account.json` sets
140140
the profile name to `rust-root`.
141141

142-
The `sso_account_id` can be found in the web interface of AWS SSO. Open the
143-
`sso_start_url` in a browser, log in, and you'll see a list of accounts with
144-
their respective account ids.
142+
The `sso_account_id` can be found in the [web interface](https://rust-lang.awsapps.com/start/#/?tab=accounts)
143+
of AWS SSO. Open the `sso_start_url` in a browser, log in, and you'll see a list
144+
of accounts with their respective account ids.
145145

146146
### Run Terragrunt
147147

0 commit comments

Comments
 (0)