Commit b2ed690
authored
1-step cross-account and region copy; on-demand only; Terraform (#1)
* 1-step cross-region & cross-account copy; folders; more error handling
* Short EventBridge Target IDs; OrgID from CFn parameter to IAM policy variable
* Typo + another too-long EventBridge target ID; * principal with condition
* Wrap CloudFormation StackSet in Terraform
* exists on leaf only in event pattern; no int() on text string; describe params
In EventBridge rule patterns, "exists" works only on leaf nodes.
exists: false works as expected, passing, if the parent node is missing
from the event.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-pattern-operators.html#eb-filtering-exists-matching
int() on ARN must have been a copy/paste error!
Param descriptions need to reflect new on-demand-only capabilities
* Queue policy: rule ARNs, for failed sends; Terraform module: required params
* More EventBridge rule ARNs, for exclusivity in error queue policy
* A few more short-form CloudFormation intrinsics
* ReadMe: diagram
* Event rule pattern quoting
* Remove TF module Params default (some keys required)
* Terraform: OU IDs, not names, to allow for other than top-level OUs
* TF: StackSet description1 parent 4a12e1c commit b2ed690
20 files changed
Lines changed: 1529 additions & 904 deletions
File tree
- cloudformation
- media
- python
- terraform-multi
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
1 | 47 | | |
2 | 48 | | |
3 | 49 | | |
| |||
50 | 96 | | |
51 | 97 | | |
52 | 98 | | |
| 99 | + | |
53 | 100 | | |
54 | 101 | | |
55 | 102 | | |
| |||
72 | 119 | | |
73 | 120 | | |
74 | 121 | | |
| 122 | + | |
75 | 123 | | |
76 | 124 | | |
77 | 125 | | |
| |||
82 | 130 | | |
83 | 131 | | |
84 | 132 | | |
| 133 | + | |
| 134 | + | |
85 | 135 | | |
86 | 136 | | |
87 | 137 | | |
| |||
91 | 141 | | |
92 | 142 | | |
93 | 143 | | |
94 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
95 | 168 | | |
96 | 169 | | |
97 | 170 | | |
| |||
127 | 200 | | |
128 | 201 | | |
129 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
0 commit comments