File tree 8 files changed +32
-32
lines changed
domain_restricted_sharing
8 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This Terraform module allows to set a `Uniform Bucket-level Access` [Organizatio
7
7
8
8
| Name | Description | Type | Default | Required |
9
9
| ------| -------------| ------| ---------| :--------:|
10
- | exclude\_ folders | List of folders to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
11
- | exclude\_ projects | List of projects to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
10
+ | exclude\_ folders | Set of folders to exclude from the policy | ` set (string)` | ` [] ` | no |
11
+ | exclude\_ projects | Set of projects to exclude from the policy | ` set (string)` | ` [] ` | no |
12
12
| folder\_ id | The folder id for putting the policy | ` string ` | ` null ` | no |
13
13
| organization\_ id | The organization id for putting the policy | ` string ` | ` null ` | no |
14
14
| policy\_ for | Resource hierarchy node to apply the policy to: can be one of ` organization ` , ` folder ` , or ` project ` . | ` string ` | n/a | yes |
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ variable "project_id" {
38
38
}
39
39
40
40
variable "exclude_folders" {
41
- description = " List of folders to exclude from the policy"
42
- type = list (string )
43
- default = [" " ]
41
+ description = " Set of folders to exclude from the policy"
42
+ type = set (string )
43
+ default = []
44
44
}
45
45
46
46
variable "exclude_projects" {
47
- description = " List of projects to exclude from the policy"
48
- type = list (string )
49
- default = [" " ]
47
+ description = " Set of projects to exclude from the policy"
48
+ type = set (string )
49
+ default = []
50
50
}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This Terraform module allows to set a `Domain Restricted Sharing` [Organization
8
8
| Name | Description | Type | Default | Required |
9
9
| ------| -------------| ------| ---------| :--------:|
10
10
| domains\_ to\_ allow | The list of domains to allow users from | ` list(string) ` | n/a | yes |
11
- | exclude\_ folders | List of folders to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
12
- | exclude\_ projects | List of projects to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
11
+ | exclude\_ folders | Set of folders to exclude from the policy | ` set (string)` | ` [] ` | no |
12
+ | exclude\_ projects | Set of projects to exclude from the policy | ` set (string)` | ` [] ` | no |
13
13
| folder\_ id | The folder id for putting the policy | ` string ` | ` null ` | no |
14
14
| organization\_ id | The organization id for putting the policy | ` string ` | ` null ` | no |
15
15
| policy\_ for | Resource hierarchy node to apply the policy to: can be one of ` organization ` , ` folder ` , or ` project ` . | ` string ` | n/a | yes |
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ variable "domains_to_allow" {
43
43
}
44
44
45
45
variable "exclude_folders" {
46
- description = " List of folders to exclude from the policy"
47
- type = list (string )
48
- default = [" " ]
46
+ description = " Set of folders to exclude from the policy"
47
+ type = set (string )
48
+ default = []
49
49
}
50
50
51
51
variable "exclude_projects" {
52
- description = " List of projects to exclude from the policy"
53
- type = list (string )
54
- default = [" " ]
52
+ description = " Set of projects to exclude from the policy"
53
+ type = set (string )
54
+ default = []
55
55
}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This Terraform module allows to set an `Allowed External IPs for VM instances` [
7
7
8
8
| Name | Description | Type | Default | Required |
9
9
| ------| -------------| ------| ---------| :--------:|
10
- | exclude\_ folders | List of folders to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
11
- | exclude\_ projects | List of projects to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
10
+ | exclude\_ folders | Set of folders to exclude from the policy | ` set (string)` | ` [] ` | no |
11
+ | exclude\_ projects | Set of projects to exclude from the policy | ` set (string)` | ` [] ` | no |
12
12
| folder\_ id | The folder id for putting the policy | ` string ` | ` null ` | no |
13
13
| organization\_ id | The organization id for putting the policy | ` string ` | ` null ` | no |
14
14
| policy\_ for | Resource hierarchy node to apply the policy to: can be one of ` organization ` , ` folder ` , or ` project ` . | ` string ` | n/a | yes |
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ variable "vms_to_allow" {
44
44
}
45
45
46
46
variable "exclude_folders" {
47
- description = " List of folders to exclude from the policy"
48
- type = list (string )
49
- default = [" " ]
47
+ description = " Set of folders to exclude from the policy"
48
+ type = set (string )
49
+ default = []
50
50
}
51
51
52
52
variable "exclude_projects" {
53
- description = " List of projects to exclude from the policy"
54
- type = list (string )
55
- default = [" " ]
53
+ description = " Set of projects to exclude from the policy"
54
+ type = set (string )
55
+ default = []
56
56
}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This Terraform module allows to set a `Skip Default Network Creation` [Organizat
7
7
8
8
| Name | Description | Type | Default | Required |
9
9
| ------| -------------| ------| ---------| :--------:|
10
- | exclude\_ folders | List of folders to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
11
- | exclude\_ projects | List of projects to exclude from the policy | ` list (string)` | < pre > [ < br > ""< br > ] </ pre > | no |
10
+ | exclude\_ folders | Set of folders to exclude from the policy | ` set (string)` | ` [] ` | no |
11
+ | exclude\_ projects | Set of projects to exclude from the policy | ` set (string)` | ` [] ` | no |
12
12
| folder\_ id | The folder id for putting the policy | ` string ` | ` null ` | no |
13
13
| organization\_ id | The organization id for putting the policy | ` string ` | ` null ` | no |
14
14
| policy\_ for | Resource hierarchy node to apply the policy to: can be one of ` organization ` , ` folder ` , or ` project ` . | ` string ` | n/a | yes |
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ variable "project_id" {
38
38
}
39
39
40
40
variable "exclude_folders" {
41
- description = " List of folders to exclude from the policy"
42
- type = list (string )
43
- default = [" " ]
41
+ description = " Set of folders to exclude from the policy"
42
+ type = set (string )
43
+ default = []
44
44
}
45
45
46
46
variable "exclude_projects" {
47
- description = " List of projects to exclude from the policy"
48
- type = list (string )
49
- default = [" " ]
47
+ description = " Set of projects to exclude from the policy"
48
+ type = set (string )
49
+ default = []
50
50
}
You can’t perform that action at this time.
0 commit comments