[go: nahoru, domu]

Skip to content

vbarua/hello-world-gcp-tf

Repository files navigation

Requirements

Name Version
terraform ~> 0.12.29
google ~> 3.32.0
google-beta ~> 3.32.0
null ~> 2.1.2
random ~> 2.3.0

Providers

Name Version
google ~> 3.32.0
random ~> 2.3.0

Inputs

Name Description Type Default Required
container_healthcheck Path for container healthcheck string n/a yes
container_name Container name to deploy string n/a yes
container_port Port exposed by the image for requests number 8080 no
container_registry_region The GCR region for the container registry string "us" no
container_tag Container tag to deploy string n/a yes
cos_image_name Pinned ContainerOS image to use instead of latest string "cos-stable-77-12371-89-0" no
db_instance_name The SQL Database instance name string n/a yes
db_name Name of the default database string n/a yes
db_password Database password string n/a yes
db_user Name of the database user string n/a yes
db_zone Zone (eg. a, b, ...) for the primary db instance string n/a yes
http_server_tag Tag for allowing http traffic string "http-server" no
mig_instance_count The number of instances to place in the managed instance group string "2" no
mig_service_account Service account to attach to the managed instance group
object({
email = string,
scopes = list(string)
})
{
"email": "",
"scopes": [
"cloud-platform"
]
}
no
name_prefix Project prefix string for resources string "hello-world" no
network The GCP network string n/a yes
project_id Project in which to create resources string n/a yes
region Region in which to create resources string "us-west1" no
subnetwork The GCP subnetwork string n/a yes
zone Zone in which to create resources string "us-west1-b" no

Outputs

No output.

About

GCP Infra Configuration with Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages