Skip to content

Commit abcccb5

Browse files
author
Peter Benjamin
committed
Update README
1 parent d4e2877 commit abcccb5

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ The below configuration is an example of MyApp1 and MyApp2 as target accounts an
6969
```
7070
$ cat ~/.restacker/restacker.yml
7171
72+
:default:
73+
:label: myapp1
74+
7275
:master: &master_default
7376
:label: ctrl
7477
:account_number: '123456789012'
@@ -93,15 +96,5 @@ $ cat ~/.restacker/restacker.yml
9396
:role_name: myapp1-dso-DeployAdmin
9497
:role_prefix: "/dso/human/"
9598
96-
:myapp2:
97-
:region: us-west-2
98-
:master:
99-
<<: *master_default
100-
:role_name: ctrl-myapp2-DeployAdmin
101-
:target:
102-
:label: myapp2
103-
:account_number: '123098456765'
104-
:role_name: myapp2-dso-DeployAdmin
105-
:role_prefix: "/dso/human/"
106-
99+
...
107100
```

0 commit comments

Comments
 (0)