Skip to content

Commit ccaa36c

Browse files
Fix lint in simple_regional_privat_beta example
1 parent ab4e79b commit ccaa36c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,5 @@ tags:
307307
substitutions:
308308
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
309309
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.4.6'
310+
options:
311+
machineType: 'N1_HIGHCPU_8'

examples/simple_regional_private_beta/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ locals {
1919
}
2020

2121
provider "google-beta" {
22-
version = "~> 2.18.0"
23-
region = var.region
22+
version = "~> 2.18.0"
23+
region = var.region
2424
}
2525

2626
data "google_compute_subnetwork" "subnetwork" {

0 commit comments

Comments
 (0)