Commit Graph

1024 Commits

Author SHA1 Message Date
Lars Wander
d7a3cc4828 provider/google: global forwarding rule tests & documentation 2015-11-03 13:31:46 -05:00
Lars Wander
dc71df8455 provider/google: Target HTTPS proxy resource + tests & documentation 2015-11-03 12:34:13 -05:00
Lars Wander
bb967e755c provider/google: Target HTTPS proxy resource + tests & documentation 2015-11-03 12:34:13 -05:00
Lars Wander
215c53915c provider/google: Improve Container Scope Example Documentation 2015-11-03 10:30:36 -05:00
Lars Wander
da139fac94 provider/google: target http proxies resource + tests & documentation 2015-11-03 08:54:30 -05:00
Lars Wander
c29586552f provider/google: target http proxies resource + tests & documentation 2015-11-03 08:54:30 -05:00
Lars Wander
5eed1a3ad3 provider/google: Added url map resource + tests & documentation 2015-11-02 17:12:41 -05:00
Lars Wander
70ba555ecb provider/google: Added url map resource + tests & documentation 2015-11-02 17:12:41 -05:00
Dave Cunningham
08f1522cd9 Merge pull request #3723 from lwander/f-gcp-ssl-certs
provider/google: SSL Certificates resource + tests & documentation
2015-11-02 14:44:19 -05:00
Dave Cunningham
6abde4acc7 Merge pull request #3723 from lwander/f-gcp-ssl-certs
provider/google: SSL Certificates resource + tests & documentation
2015-11-02 14:44:19 -05:00
Lars Wander
dbd36c1559 provider/google: SSL Certificates resource + tests & documentation 2015-11-02 14:35:51 -05:00
Lars Wander
19a21e804e provider/google: SSL Certificates resource + tests & documentation 2015-11-02 14:35:51 -05:00
Dave Cunningham
67140dbb7a Merge pull request #3701 from lwander/f-gcp-global-address
provider/google: global address + tests & documentation
2015-11-02 13:29:36 -05:00
Radek Simko
345827738d Merge pull request #3713 from lwander/b-gcp-backend-region
provider/google: Region attribute wasn't wrapped in quotes
2015-11-02 10:47:27 +00:00
Lars Wander
8c4fb4e537 provider/google: Region attribute wasn't wrapped in quotes 2015-10-31 09:52:50 -04:00
Lars Wander
120f54210a provider/google: global address + tests & documentation 2015-10-30 17:57:09 -04:00
Lars Wander
9a8ca4d344 provider/google: global address + tests & documentation 2015-10-30 17:57:09 -04:00
Dave Cunningham
76ee939e7b Merge pull request #3667 from lwander/f-gcp-instance-template-preemptible
provider/google: Added `preemtible` flag to `instance_template`
2015-10-30 17:38:15 -04:00
Dave Cunningham
48b8d9f4cb Merge pull request #3667 from lwander/f-gcp-instance-template-preemptible
provider/google: Added `preemtible` flag to `instance_template`
2015-10-30 17:38:15 -04:00
Lars Wander
e316e72a12 provider/google: Added preemtible flag to instance_template 2015-10-30 16:07:11 -04:00
Lars Wander
8e8b9e763a provider/google: Added preemtible flag to instance_template 2015-10-30 16:07:11 -04:00
Lars Wander
e2baa63aeb provider/google: SQL instance & database tests & documentation 2015-10-30 15:35:29 -04:00
Lars Wander
c3e204a054 provider/google: SQL instance & database tests & documentation 2015-10-30 15:35:29 -04:00
clint shryock
dc2a87c505 update with go fmt 2015-10-29 17:10:44 -05:00
Dave Cunningham
eadd967c10 Merge pull request #3643 from lwander/f-gcp-instance-scheduling
provider/google: Added scheduling block to compute_instance
2015-10-26 19:29:33 -04:00
Lars Wander
f8047b2c1f provider/google: Added scheduling block to compute_instance 2015-10-26 16:16:06 -04:00
Lars Wander
17e36a2b84 provider/google: Added scheduling block to compute_instance 2015-10-26 16:16:06 -04:00
Dave Cunningham
9415cee06c Merge pull request #3554 from lwander/f-gcp-version
provider/google: Accurate Terraform Version
2015-10-26 02:59:51 -04:00
Dave Cunningham
088eb46f02 Merge pull request #3620 from lwander/b-gcp-large-instance-group-timeout
provider/google: Fixed timeout bug on large instance groups
2015-10-26 02:56:18 -04:00
Daniel Imfeld
25069e909e Update list of GCE service scope short names 2015-10-23 17:58:04 -05:00
Lars Wander
5006049b3f provider/google: Fixed timeout bug on large instance groups 2015-10-23 15:12:53 -04:00
Lars Wander
338398e8fe Added oauth2 support for GCP 2015-10-20 15:08:04 -04:00
Lars Wander
465f5b4bbf GCP UserAgent now shows accurate Terraform version 2015-10-20 14:45:11 -04:00
Dave Cunningham
c8c92686c5 Update compute_instance.html.markdown
Make it clear that you can't have two networks
2015-10-18 13:21:41 -04:00
Paul Hinze
bc31f8bc41 provider/google: one more test that should skip predefined_acl
it was depreceted in https://github.com/hashicorp/terraform/pull/3272
2015-10-14 22:36:19 -05:00
Paul Hinze
a33a68a038 provider/google: storage bucket tests shouldn't not check predefined_acl
it was depreceted in https://github.com/hashicorp/terraform/pull/3272
2015-10-14 22:17:34 -05:00
Paul Hinze
fe960b85a2 provider/google: container test needed bigger instance to pass 2015-10-14 22:16:58 -05:00
Paul Hinze
aff63007d2 provider/google: one more fix to GCE metadata
In #3501 @lwander got us almost all the way there, but we still had
tests failing. This seemed to be because GCE sets
`metadata.startup-script` to a blank string on instance creation, and if
a user specifies any `metadata` in their config this is seen as the
desired full contents of metadata, so we get a diff trying to remove
`startup-script`.

Here, to address this, we just proactively remove the "startup-script"
key from `Read`, and then we enforce that "metadata_startup_script"
is the only way to configure startup scripts on instances.
2015-10-14 21:34:33 -05:00
Lars Wander
e0b4443703 Provider GCE, fixed metadata state update bug 2015-10-14 12:47:54 -05:00
Lars Wander
4182880ca5 Provider GCE, fixed metadata state update bug 2015-10-14 12:47:54 -05:00
Lars Wander
f1db4d6839 Added global address & tests 2015-10-14 12:47:53 -05:00
Lars Wander
8abbdfe79a Added global address & tests 2015-10-14 12:47:53 -05:00
Panagiotis Moustafellos
ad6d7ea3e2 removed extra parentheses 2015-10-08 15:48:04 +03:00
Radek Simko
0c20852709 gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00
Dave Cunningham
aa06f8137e Merge pull request #3272 from lwander/f-gce-bucket-acls
provider/gce: Implemented bucket & object ACLs, as well as documentation and tests
2015-10-06 14:49:20 -04:00
Dave Cunningham
29368d3219 Merge pull request #3272 from lwander/f-gce-bucket-acls
provider/gce: Implemented bucket & object ACLs, as well as documentation and tests
2015-10-06 14:49:20 -04:00
Dave Cunningham
69be504dcd Merge pull request #3258 from lwander/f-gce-optional-region
provider/gce: Make region optional for remaining GCE resources
2015-10-06 14:48:36 -04:00
Lars Wander
6460d74300 Implemented bucket & object ACLs, as well as documentation and tests 2015-10-06 14:46:47 -04:00
Lars Wander
0982e50b34 Implemented bucket & object ACLs, as well as documentation and tests 2015-10-06 14:46:47 -04:00
Lars Wander
b06b6fe2fd Implements optional region for remaining GCE resources 2015-10-06 14:44:40 -04:00