We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffa938 commit b9eac81Copy full SHA for b9eac81
google/resource_google_service_account_key.go
@@ -43,7 +43,7 @@ func resourceGoogleServiceAccountKey() *schema.Resource {
43
},
44
"public_key_type": &schema.Schema{
45
Type: schema.TypeString,
46
- Default: "X509_PEM",
+ Default: "TYPE_X509_PEM_FILE",
47
Optional: true,
48
ForceNew: true,
49
ValidateFunc: validation.StringInSlice([]string{"TYPE_NONE", "TYPE_X509_PEM_FILE", "TYPE_RAW_PUBLIC_KEY"}, false),
0 commit comments