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: terragrunt/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ into composable _modules_.
62
62
63
63
Modules at the root of the `modules` directory are called _services_ and define
64
64
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
66
66
infrastructure that is required to run one or more instances on Azure.
67
67
68
68
_Services_ can be deployed multiple times. Each deployment is a concrete
@@ -82,7 +82,7 @@ a TLS certificate for a list of domain names.
82
82
We have two tools to define dependencies between pieces of our infrastructure:
83
83
84
84
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).
86
86
2. A [Terraform] module can include other modules.
87
87
88
88
### State
@@ -139,9 +139,9 @@ Each account in `./accounts` has a `account.json` file that contains the name of
139
139
the respective profile. In the above example, `./account/root/account.json` sets
140
140
the profile name to `rust-root`.
141
141
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
0 commit comments