terraform/builtin/providers/google
Paul Hinze 9fff0b1729 providers/google: fix instance creation
with this commit, the google compute instance acceptance tests are
passing

 - remove GOOGLE_CLIENT_FILE requirement from provider tests to finish
   out #452
 - skip extra "#" key that shows up in metadata maps, fixes #757 and
   sprouts #883 to figure out core issue
 - more verbose variablenames in metadata parsing, since it took me
   awhile to grok and i thought there might have been a shadowing bug in
   there for a minute. maybe someday when i'm a golang master i'll be
   smart enough to be comfortable with one-char varnames. :)
2015-01-28 15:50:56 -06:00
..
test-fixtures
config.go providers/google: remove secrets file 2015-01-28 15:47:49 -06:00
config_test.go providers/google: remove secrets file 2015-01-28 15:47:49 -06:00
disk_type.go
image.go
operation.go
provider.go providers/google: remove secrets file 2015-01-28 15:47:49 -06:00
provider_test.go providers/google: fix instance creation 2015-01-28 15:50:56 -06:00
resource_compute_address.go
resource_compute_address_test.go
resource_compute_disk.go
resource_compute_disk_test.go
resource_compute_firewall.go
resource_compute_firewall_test.go
resource_compute_instance.go providers/google: fix instance creation 2015-01-28 15:50:56 -06:00
resource_compute_instance_test.go
resource_compute_network.go
resource_compute_network_test.go
resource_compute_route.go
resource_compute_route_test.go
service_scope.go