Commit d522740
Deprecate legacy TF module variables for MGs (#83)
* Deprecate legacy TF module variables for MGs
DEPRECATION NOTICE
--------------------
Deprecating the following variables from all modules :-
- management_group_ids
With this breaking change, above legacy var will no longer be supported for Secure installs.
Recommended Solutions
-----------------------
- For new Foundational installs: Users can use the new vars only, for including and excluding management_groups and/or accounts.
- For existing installs:
- It is highly recommended to migrate to using new variables. Please work with Sysdig to migrate your Terraform installs to use new vars instead to achieve the same deployment outcome.
- Pin and use older module version if you do not wish to migrate.
* Disable TFLint rule for unused variable declarations
---------
Co-authored-by: Ivan Besinovic <ivan.besinovic@sysdig.com>1 parent 5404e98 commit d522740
49 files changed
Lines changed: 47 additions & 380 deletions
File tree
- modules
- agentless-scanning
- config-posture
- integrations
- additional-resources
- event-hub
- onboarding
- services
- event-hub-data-source
- host-scanner
- service-principal
- utils
- granular-subscriptions
- vm-workload-scanning
- aks-discovery
- test/examples/modular_organization
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 2 | | |
22 | | - | |
| 3 | + | |
23 | 4 | | |
24 | 5 | | |
25 | 6 | | |
| |||
32 | 13 | | |
33 | 14 | | |
34 | 15 | | |
35 | | - | |
| 16 | + | |
36 | 17 | | |
37 | 18 | | |
38 | 19 | | |
39 | 20 | | |
40 | 21 | | |
41 | 22 | | |
42 | 23 | | |
43 | | - | |
| 24 | + | |
44 | 25 | | |
45 | 26 | | |
46 | 27 | | |
| |||
50 | 31 | | |
51 | 32 | | |
52 | 33 | | |
53 | | - | |
54 | 34 | | |
55 | 35 | | |
56 | 36 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 12 | | |
23 | 13 | | |
24 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
0 commit comments