Skip to content

Commit

Permalink
style: fix terraform formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarogbonlo committed Jan 15, 2025
1 parent 6d8c36d commit c591bb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test-implementation/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module "gke" {
source = "../modules/beta-private-cluster"
project_id = "rare-style-447407-s1"
name = "test-custom-role"
region = "us-central1"
network = "default"
subnetwork = "default"
ip_range_pods = "gke-pods"
ip_range_services = "gke-services"
name = "test-custom-role"
region = "us-central1"
network = "default"
subnetwork = "default"
ip_range_pods = "gke-pods"
ip_range_services = "gke-services"
monitoring_metric_writer_role = "projects/rare-style-447407-s1/roles/custom_metrics_writer"
}
Binary file added test-implementation/plan.tfplan
Binary file not shown.
Binary file added test-implementation/tfplan
Binary file not shown.

0 comments on commit c591bb3

Please sign in to comment.