Skip to content

Commit

Permalink
yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Apr 26, 2018
1 parent 6a0af81 commit f7b0a04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,8 @@ objects:
HTTP(S) load balancing.
references: !ruby/object:Api::Resource::ReferenceLinks
guides:
'Reserving a Static External IP Address': 'https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address'
'Reserving a Static External IP Address':
'https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address'
api: 'https://cloud.google.com/compute/docs/reference/latest/globalAddresses'
input: true
<%= indent(compile_file({}, 'templates/global_async.yaml.erb'), 4) %>
Expand Down
3 changes: 2 additions & 1 deletion products/compute/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ files: !ruby/object:Provider::Config::Files
'google/import_test.go': 'templates/terraform/import_test.go'
# Handwritten acceptance tests for autogenerated resources.
# Adding them here allows updating the tests as part of a MM pull request.
'google/resource_compute_global_address_test.go': 'templates/terraform/tests/resource_compute_global_address_test.go'
'google/resource_compute_global_address_test.go':
'templates/terraform/tests/resource_compute_global_address_test.go'
# These files have templating (ERB) code that will be run.
# This is usually to add licensing info, autogeneration notices, etc.
compile:
Expand Down

0 comments on commit f7b0a04

Please sign in to comment.