We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1e80e commit 39bcc09Copy full SHA for 39bcc09
helm/templates/role-reader.yaml
@@ -23,6 +23,7 @@ rules:
23
- instances
24
- internetgateways
25
- launchtemplates
26
+ - managedprefixlists
27
- natgateways
28
- networkacls
29
- routetables
helm/templates/role-writer.yaml
@@ -52,6 +53,7 @@ rules:
52
53
54
55
56
57
58
59
helm/values.yaml
@@ -152,6 +152,7 @@ reconcile:
152
- Instance
153
- InternetGateway
154
- LaunchTemplate
155
+ - ManagedPrefixList
156
- NATGateway
157
- NetworkACL
158
- RouteTable
0 commit comments