Skip to content

Commit

Permalink
Use correct product name for generated provider files. (#1482)
Browse files Browse the repository at this point in the history
Merged PR #1482.
  • Loading branch information
rileykarson authored and modular-magician committed Mar 8, 2019
1 parent e8a7edf commit aa423c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 1 addition & 1 deletion provider/terraform/product~compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# These files contains code that needs to be compiled before being delivered to
# the final module tree structure:
<% dir = version_name == 'beta' ? 'google-beta' : 'google' -%>
'<%= dir -%>/provider_<%= api.api_name -%>_gen.go': 'templates/terraform/provider_gen.erb'
'<%= dir -%>/provider_<%= api.name.underscore -%>_gen.go': 'templates/terraform/provider_gen.erb'

0 comments on commit aa423c4

Please sign in to comment.