Skip to content

Commit 20e10b3

Browse files
Merge pull request #106 from red-lever-solutions/fix-data-center-server-resources
Fix type of application_key property for resource checkpoint_management_azure_data_center_server
2 parents 2eeef1b + 11517e2 commit 20e10b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkpoint/resource_checkpoint_management_azure_data_center_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func resourceManagementAzureDataCenterServer() *schema.Resource {
4949
Description: "The Application ID of the Service Principal, in UUID format.\nRequired for authentication-method: service-principal-authentication.",
5050
},
5151
"application_key": {
52-
Type: schema.TypeBool,
52+
Type: schema.TypeString,
5353
Optional: true,
5454
Description: "The key created for the Service Principal.\nRequired for authentication-method: service-principal-authentication.",
5555
Default: false,

0 commit comments

Comments
 (0)