Skip to content

Commit df1bf13

Browse files
committed
chore(composer_net): add inputs documentation
1 parent 301ada5 commit df1bf13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/composer_net/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This example illustrates how to use the `composer-net` module. Please see exampl
99
|------|-------------|------|---------|:--------:|
1010
| cloud\_composer\_network\_ipv4\_cidr\_block | The CIDR block from which IP range in tenant project will be reserved. | `string` | `null` | no |
1111
| composer\_env\_name | Name of Cloud Composer Environment | `string` | n/a | yes |
12+
| dns\_zone\_name | Composer DNS private zone name | `string` | `"composer-google-cloud-dns"` | no |
1213
| gke\_pods\_services\_ip\_ranges | The secondary IP ranges for the GKE Pods and Services IP ranges | `list(string)` | n/a | yes |
1314
| gke\_subnet\_ip\_range | The GKE subnet IP range | `list(string)` | n/a | yes |
1415
| master\_ipv4\_cidr | The CIDR block from which IP range in tenant project will be reserved for the master. | `string` | `null` | no |

0 commit comments

Comments
 (0)