Skip to content

Commit

Permalink
ci: tf formatting (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: --get <[email protected]>
  • Loading branch information
celalettin1286 authored Aug 3, 2023
1 parent e6cc882 commit 3048842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ resource "google_container_cluster" "fluent-bit-ci-autopilot" {
}

resource "google_container_cluster" "fluent-bit-ci" {
name = "fluent-bit-ci"
name = "fluent-bit-ci"
location = var.gcp_zone

network = google_compute_network.vpc.name
initial_node_count = 1
network = google_compute_network.vpc.name
initial_node_count = 1
remove_default_node_pool = "true"

depends_on = [data.google_project.project]
Expand Down

0 comments on commit 3048842

Please sign in to comment.