Skip to content

Commit

Permalink
correct issue #684 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien GLON authored and rosbo committed Nov 6, 2017
1 parent 0ffa938 commit b9eac81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_google_service_account_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func resourceGoogleServiceAccountKey() *schema.Resource {
},
"public_key_type": &schema.Schema{
Type: schema.TypeString,
Default: "X509_PEM",
Default: "TYPE_X509_PEM_FILE",
Optional: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{"TYPE_NONE", "TYPE_X509_PEM_FILE", "TYPE_RAW_PUBLIC_KEY"}, false),
Expand Down

0 comments on commit b9eac81

Please sign in to comment.