generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When I create a platform, I need to specify a location using location_ref:
location_ref = {
name = "europe"
}This location needs to exist, otherwise I get the following error:
Could not create platform, unexpected error: unexpected status code: 404, {"message":"Could not find the selected location europe","errorCode":"NotFound","errorId":"e8uBsdkobZ"}
I do not see an option in the provider to create this location. So currently, I need to create it manually using the UI. It would be nice if this can also be created via the provider such that everything can be automated.
Metadata
Metadata
Assignees
Labels
No labels