Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gomezjdaniel committed Aug 10, 2021
1 parent 8d9ed71 commit 4de607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_cloudfunctions_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func resourceCloudFunctionsFunction() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice(allowedSecurityLevelSettings, true),
Description: `String value that controls whether HTTP and HTTPS trafic is allowed or just HTTP. Allowed values are SECURE_OPTIONAL and SECURE_ALWAYS. Only can be used when trigger_http is set.`,
Description: `String value that controls whether HTTP and HTTPS trafic is allowed or just HTTPS. Allowed values are SECURE_OPTIONAL and SECURE_ALWAYS. Only can be used when trigger_http is set.`,
},

"event_trigger": {
Expand Down

0 comments on commit 4de607e

Please sign in to comment.