File tree Expand file tree Collapse file tree 10 files changed +17
-14
lines changed
organization-org_compliance Expand file tree Collapse file tree 10 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ module "secure-for-cloud_example_organization" {
115115
116116| Name | Version |
117117| ------| ---------|
118- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
119- | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | >= 0.5.46 |
118+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
119+ | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | 0.7.4 |
120120
121121## Modules
122122
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ module "secure-for-cloud_example_organization" {
109109
110110| Name | Version |
111111| ------| ---------|
112- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
113- | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | >= 0.5.21 |
112+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
113+ | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | 0.7.4 |
114114
115115## Modules
116116
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ See [inputs summary](#inputs) or module module [`variables.tf`](./variables.tf)
8181
8282| Name | Version |
8383| ------| ---------|
84- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
85- | <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | >=2.3 .0 |
86- | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | >= 0.5.21 |
84+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
85+ | <a name =" provider_helm " ></a > [ helm] ( #provider\_ helm ) | 2.9 .0 |
86+ | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | 0.7.4 |
8787
8888## Modules
8989
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ module "secure-for-cloud_example_single-project" {
8282
8383| Name | Version |
8484| ------| ---------|
85- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
86- | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | >= 0.5.21 |
85+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
86+ | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | 0.7.4 |
8787
8888## Modules
8989
Original file line number Diff line number Diff line change 1212
1313| Name | Version |
1414| ------| ---------|
15- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
15+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
1616
1717## Modules
1818
Original file line number Diff line number Diff line change 1212
1313| Name | Version |
1414| ------| ---------|
15- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
15+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
1616
1717## Modules
1818
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ already exists in the project. It will create the topic if it doesn't exist.
1515
1616| Name | Version |
1717| ------| ---------|
18- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
18+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
1919
2020## Modules
2121
Original file line number Diff line number Diff line change 1212
1313| Name | Version |
1414| ------| ---------|
15- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
15+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
1616
1717## Modules
1818
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ variable "is_organizational" {
2424 default = false
2525}
2626
27+ # Linting ignored as published snippets still reference this param, and will fail if it is removed.
28+ # tflint-ignore: terraform_unused_declarations
2729variable "organization_domain" {
2830 type = string
2931 description = " Organization domain. e.g. sysdig.com"
Original file line number Diff line number Diff line change @@ -26,12 +26,13 @@ module "cloud_connector_gcp" {
2626| ------| ---------|
2727| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.15.0 |
2828| <a name =" requirement_google " ></a > [ google] ( #requirement\_ google ) | >= 4.21.0 |
29+ | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 3.1.0 |
2930
3031## Providers
3132
3233| Name | Version |
3334| ------| ---------|
34- | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | >= 4.21 .0 |
35+ | <a name =" provider_google " ></a > [ google] ( #provider\_ google ) | 4.58 .0 |
3536
3637## Modules
3738
You can’t perform that action at this time.
0 commit comments