Skip to content

Commit

Permalink
Add location_from_id provider-defined function (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
…#10061)

* Add `location_from_id` function, tests, docs

* Fix whitespace in acc test HCL config
  • Loading branch information
SarahFrench authored and BBBmau committed Mar 8, 2024
1 parent 017af5b commit 23764b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,6 @@ func (p *FrameworkProvider) Functions(_ context.Context) []func() function.Funct
return []func() function.Function{
functions.NewProjectFromIdFunction,
functions.NewRegionFromZoneFunction,
functions.NewLocationFromIdFunction,
}
}

0 comments on commit 23764b5

Please sign in to comment.