We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e2877 commit abcccb5Copy full SHA for abcccb5
1 file changed
README.md
@@ -69,6 +69,9 @@ The below configuration is an example of MyApp1 and MyApp2 as target accounts an
69
```
70
$ cat ~/.restacker/restacker.yml
71
72
+:default:
73
+ :label: myapp1
74
+
75
:master: &master_default
76
:label: ctrl
77
:account_number: '123456789012'
@@ -93,15 +96,5 @@ $ cat ~/.restacker/restacker.yml
93
96
:role_name: myapp1-dso-DeployAdmin
94
97
:role_prefix: "/dso/human/"
95
98
-:myapp2:
- :region: us-west-2
- :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
-
+...
107
0 commit comments