Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
John Jarvis
cmdchallenge
Commits
4be60d69
Commit
4be60d69
authored
Dec 01, 2020
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert to original instance types
parent
a29d0c58
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
terraform/site.tf
terraform/site.tf
+1
-1
No files found.
terraform/site.tf
View file @
4be60d69
...
...
@@ -165,7 +165,7 @@ module "gce" {
num_instances
=
1
source
=
"./modules/gce"
name
=
local
.
is_prod
==
"yes"
?
local
.
name
:
format
(
"%v-%v"
,
local
.
name
,
local
.
timestamp_sanitized
)
machine_type
=
local
.
is_prod
==
"yes"
?
"e2-
standard-2"
:
"e2-standard-2
"
machine_type
=
local
.
is_prod
==
"yes"
?
"e2-
micro"
:
"f1-micro
"
ca_pem_fname
=
var
.
CA_PEM_FNAME
use_static_ip
=
local
.
is_prod
==
"yes"
?
true
:
false
preemptible
=
local
.
is_prod
==
"yes"
?
false
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment