Skip to content

Commit

Permalink
chore: fix umig module README
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdownes committed Sep 7, 2023
1 parent 4dc9d57 commit f3e0232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/umig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See the [simple](https://github.com/terraform-google-modules/terraform-google-vm
| static\_ips | List of static IPs for VM instances | `list(string)` | `[]` | no |
| subnetwork | Subnet to deploy to. Only one of network or subnetwork should be specified. | `string` | `""` | no |
| subnetwork\_project | The project that subnetwork belongs to | `string` | `""` | no |
| zones | Override the availability zones list to create the resources in. | `list(string)` | `[]` | no |
| zones | (Optional) List of availability zones to create VM instances in | `list(string)` | `[]` | no |

## Outputs

Expand Down

0 comments on commit f3e0232

Please sign in to comment.