Skip to content

Commit

Permalink
fix(README): fix typo in ibm example
Browse files Browse the repository at this point in the history
  • Loading branch information
finken2 committed Jan 14, 2025
1 parent 3d7f05d commit c5b1e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/satellite-ibm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ calico_ip_autodetection = {
|---------------------------------------|-------------------------------------------------------------------|----------|---------|----------|
| resource_group | Resource Group Name that has to be targeted. | string | n/a | yes |
| ibm_region | The location or the region in which VM instance exists. | string | us-east | no |
| location | Name of location to be created. Can also be ID of existing location. if `is_location_exist` is true | string | satellite-ibm | no |
| location | Name of location to be created. Can also be ID of existing location if `is_location_exist` is true | string | satellite-ibm | no |
| is_location_exist | Determines if the location has to be created or not | bool | false | no |
| managed_from | The IBM Cloud region to manage your Satellite location from. | string | wdc | no |
| location_zones | Allocate your hosts across three zones for higher availablity | list | ["us-east-1", "us-east-2", "us-east-3"] | no |
Expand Down

0 comments on commit c5b1e34

Please sign in to comment.