Skip to content

Instantly share code, notes, and snippets.

@Callonski
Created July 19, 2020 07:34
Show Gist options
  • Select an option

  • Save Callonski/a18d27bae821d0d5ecb0dec12eda0d57 to your computer and use it in GitHub Desktop.

Select an option

Save Callonski/a18d27bae821d0d5ecb0dec12eda0d57 to your computer and use it in GitHub Desktop.
resource "google_vpc_access_connector" "elastic-connector" {
name = "vpc-elastic-connector"
provider = "google-beta"
region = var.region
ip_cidr_range = "10.8.0.0/28"
network = "${var.project_name}-elastic-vpc"
min_throughput = "200"
max_throughput = "800"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment