# Basic Two-Tier Architecture in Google Cloud This provides a template for running a simple two-tier architecture on Google Cloud. The premise is that you have stateless app servers running behind a load balancer serving traffic. To simplify the example, this intentionally ignores deploying and getting your application onto the servers. However, you could do so either via [startup script](http://terraform.io/docs/providers/google/r/compute_instance.html#metadata_startup_script) or [provisioners](https://www.terraform.io/docs/provisioners/) and a configuration management tool, or by pre-baking configured images with [Packer](https://packer.io/docs/builders/googlecompute.html). After you run `terraform apply` on this configuration, it will automatically output the public IP address of the load balancer. After your instance registers, the LB should respond with a simple header: ```html