Skip to content

Commit

Permalink
chore(composer_net): add inputs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevee committed Oct 29, 2024
1 parent 301ada5 commit df1bf13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/composer_net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This example illustrates how to use the `composer-net` module. Please see exampl
|------|-------------|------|---------|:--------:|
| cloud\_composer\_network\_ipv4\_cidr\_block | The CIDR block from which IP range in tenant project will be reserved. | `string` | `null` | no |
| composer\_env\_name | Name of Cloud Composer Environment | `string` | n/a | yes |
| dns\_zone\_name | Composer DNS private zone name | `string` | `"composer-google-cloud-dns"` | no |
| gke\_pods\_services\_ip\_ranges | The secondary IP ranges for the GKE Pods and Services IP ranges | `list(string)` | n/a | yes |
| gke\_subnet\_ip\_range | The GKE subnet IP range | `list(string)` | n/a | yes |
| master\_ipv4\_cidr | The CIDR block from which IP range in tenant project will be reserved for the master. | `string` | `null` | no |
Expand Down

0 comments on commit df1bf13

Please sign in to comment.