13 lines
231 B
HCL
13 lines
231 B
HCL
project_id = "my-project"
|
|
environments = {
|
|
apis-test = {
|
|
display_name = "APIs test"
|
|
description = "APIs Test"
|
|
envgroups = ["test"]
|
|
node_config = {
|
|
min_node_count = 2
|
|
max_node_count = 5
|
|
}
|
|
}
|
|
}
|