Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Resource: azurerm_mssql_job_credential #11363

Merged
merged 12 commits into from
Apr 24, 2021
Prev Previous commit
Next Next commit
fix import
r0bnet committed Apr 18, 2021
commit ace17ff5397bb052de7831d04d957d4c99597ca0
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ func resourceMsSqlJobCredential() *schema.Resource {
Delete: resourceMsSqlJobCredentialDelete,

Importer: azSchema.ValidateResourceIDPriorToImport(func(id string) error {
_, err := parse.JobAgentID(id)
_, err := parse.JobCredentialID(id)
return err
}),