Skip to content

Commit

Permalink
fix: Update for location. (#238)
Browse files Browse the repository at this point in the history
# Pull Request

## Issue
fix: Update the location after using the starter_locations instead of
the default location.

## Description

Description of changes:

## License

By submitting this pull request, I confirm that my contribution is made
under the terms of the projects associated license.
  • Loading branch information
VeronicaSea authored Oct 28, 2024
1 parent 29b7d63 commit 83192ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ locals {

### Multiple Inputs for Location

The inputs for `bootstrap_location` and `starter_locations` and `default_location` must be identical. In a future release, we will have defaults and overrides for these values.
The inputs for `bootstrap_location` and `starter_locations` must be identical, using the first region in starter_locations as the default location. Therefore, starter_locations is required and must include at least one region. In a future release, we will have defaults and overrides for these values.

### Terraform Plan or Apply Fails After Updating tfvars

Expand Down

0 comments on commit 83192ea

Please sign in to comment.