You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/instance_template/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ See the [simple](../../examples/instance_template/simple) for a usage example.
21
21
| automatic\_restart | (Optional) Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). |`bool`|`true`| no |
22
22
| can\_ip\_forward | Enable IP forwarding, for NAT instances for example |`string`|`"false"`| no |
23
23
| confidential\_instance\_type | Defines the confidential computing technology the instance uses. If this is set to "SEV\_SNP", var.min\_cpu\_platform will be automatically set to "AMD Milan". See https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance#confidential_instance_type.|`string`|`null`| no |
24
-
| create\_service\_account | Create a new service account to attach to the instance. This is alternate to providing the service\_account input variable. Please provide the service\_account input if setting this to false!|`bool`|`true`| no |
24
+
| create\_service\_account | Create a new service account to attach to the instance. This is alternate to providing the service\_account input variable. Please provide the service\_account input if setting this to false.|`bool`|`true`| no |
25
25
| description | The template's description |`string`|`""`| no |
26
26
| disk\_encryption\_key | The id of the encryption key that is stored in Google Cloud KMS to use to encrypt all the disks on this instance |`string`|`null`| no |
27
27
| disk\_labels | Labels to be assigned to boot disk, provided as a map |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/instance_template/metadata.yaml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ spec:
302
302
outputExpr: email
303
303
inputPath: email
304
304
- name: create_service_account
305
-
description: Create a new service account to attach to the instance. This is alternate to providing the service_account input variable. Please provide the service_account input if setting this to false!
305
+
description: Create a new service account to attach to the instance. This is alternate to providing the service_account input variable. Please provide the service_account input if setting this to false.
Copy file name to clipboardExpand all lines: modules/instance_template/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ variable "service_account" {
333
333
334
334
variable"create_service_account" {
335
335
type=bool
336
-
description="Create a new service account to attach to the instance. This is alternate to providing the service_account input variable. Please provide the service_account input if setting this to false!"
336
+
description="Create a new service account to attach to the instance. This is alternate to providing the service_account input variable. Please provide the service_account input if setting this to false."
assert.Contains(instanceTemplateServiceAccount, instanceNamePrefix, fmt.Sprintf("Instance template service account %s should start with %s", instanceTemplateServiceAccount, instanceNamePrefix))
0 commit comments