Skip to content

Commit b9eac81

Browse files
Sébastien GLONrosbo
Sébastien GLON
authored andcommitted
correct issue #684 (#686)
1 parent 0ffa938 commit b9eac81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/resource_google_service_account_key.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func resourceGoogleServiceAccountKey() *schema.Resource {
4343
},
4444
"public_key_type": &schema.Schema{
4545
Type: schema.TypeString,
46-
Default: "X509_PEM",
46+
Default: "TYPE_X509_PEM_FILE",
4747
Optional: true,
4848
ForceNew: true,
4949
ValidateFunc: validation.StringInSlice([]string{"TYPE_NONE", "TYPE_X509_PEM_FILE", "TYPE_RAW_PUBLIC_KEY"}, false),

0 commit comments

Comments
 (0)