Commit Graph

24 Commits

Author SHA1 Message Date
Riley Karson
9b8f72603d
Add an example versioned module to use google and google-beta. (#2709) 2019-02-20 14:33:10 -08:00
Riley Karson
a4a453dc1b
Deprecate assigned_nat_ip in compute_instance family (#2155)
Part of #2143
2018-10-02 16:07:28 -07:00
Chris Stephens
3d75b751aa Updating from code review 2018-08-21 11:07:14 -07:00
Chris Stephens
93a8d9ce27 Adding a Cloud Armor example
This example shows how to build a network with a simple back end that
can be black/white listed by ip address.
2018-08-14 14:37:11 -07:00
Nathan McKinley
b645ecf0cc
Update endpoints example due to field name change. (#1249) 2018-03-23 14:20:04 -04:00
Nathan McKinley
142ac79781
terraform fmt on examples (#1148) 2018-03-02 16:16:20 -08:00
Nathan McKinley
9d3e64cdaf
Add cloud endpoints resource (#933)
OpenAPI & gRPC Endpoints on Compute Engine.

New Resource:
- Endpoints Service Create/Read/Delete
- Example terraform config
2018-01-24 13:03:57 -08:00
Nathan McKinley
f7bdcde1c4
Add an example of use of shared VPC networking. (#810)
Brings up four projects:
  - one to host the VPC
  - two to use the VPC
  - one which is outside the VPC

This is based on the diagram in https://cloud.google.com/vpc/docs/shared-vpc and uses the names there where possible for clarity.

On one of the machines, a page is generated demonstrating that the networking is working the way you'd expect.  That machine's public IP is output by `terraform apply`.
2017-12-06 14:52:48 -08:00
Nathan McKinley
114b646fae
Enable 'zone' to be specified at the provider level instead of per-resource. (#816)
- Fetch Zone attribute any place where it *was* being fetched from the schema by
	combination schema / provider-level attribute.
- Allow region to be unspecified if zone is specified.
- Switch one example to using provider-level zone as an example.
- Make provider-level zone optional.  (Individual resources will fail if they can't find a zone.)
- Add tests for getZone and getRegion.
2017-12-06 14:30:04 -08:00
Philip Cristiano
54ea8bb732 examples: Fix credentials key (#821)
This is out of date and now uses `credentials` as the key
2017-12-06 10:15:42 -08:00
Paddy
fccae61d61 1.0.0 Deprecations, pt 2
Fix the CI tests we broke with the deprecations for 1.0.0, and update
the docs we missed. Also, update the examples.
2017-09-29 16:04:52 -07:00
Riley Karson
e803624a3c provider/google: Google Cloud content-based load balancing example. (#14448) 2017-05-16 13:16:27 -07:00
Edward Betts
f453d4228c correct spelling mistakes (#13979) 2017-04-27 02:10:04 +12:00
Dana Hoffman
39a64bdc14 ILB example instances no longer have external IPs 2016-12-21 15:10:01 -08:00
Dana Hoffman
b52e44543c Run example using credentials from gcloud init 2016-12-20 15:47:49 -08:00
Dana Hoffman
f5bf838b02 Add README/output/example vars to ILB example 2016-12-19 11:58:31 -08:00
Dana Hoffman
e476ad1514 Add example for internal load balancing 2016-12-19 11:58:30 -08:00
Valentin Pichard
baeb764181 Fmt all the config files
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
2016-09-22 11:49:09 +00:00
Christoph Blecker
503cec4e5c Fix Google Cloud Two-Tier Example (#7009) 2016-06-05 00:48:54 +01:00
Matt Calthrop
bf900d5bfd Address #5912: google-two-tier example incomplete 2016-03-29 22:18:54 +01:00
Dave Cunningham
b3f40167c9 Update vpn.tf
Fix grammar in comment
2015-10-26 00:49:44 -04:00
Lars Wander
28869b5c7b Documentation and tests written for GCE VPN config 2015-09-15 16:13:48 -04:00
Christian Berendt
52a165f686 examples: unify the configuration file syntax 2015-08-31 10:24:07 +02:00
Radek Simko
dfb99e3a9d google: Add example of two-tier app 2015-08-09 15:33:03 +01:00