Skip to content

Commit

Permalink
chore: linting issue in tfvars file
Browse files Browse the repository at this point in the history
  • Loading branch information
fdhaussy committed Jan 27, 2023
1 parent bed7e05 commit a291dca
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project_id = "my-project"
environments = {
apis-test = {
display_name = "APIs test"
description = "APIs Test"
api_proxy_type = "PROGRAMMABLE"
envgroups = ["test"]
display_name = "APIs test"
description = "APIs Test"
api_proxy_type = "PROGRAMMABLE"
envgroups = ["test"]
node_config = {
min_node_count = 2
max_node_count = 5
Expand Down

0 comments on commit a291dca

Please sign in to comment.