We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bef9e commit 27e70c8Copy full SHA for 27e70c8
index.js
@@ -6,7 +6,6 @@ const ClientSecret = process.env.ARM_CLIENT_SECRET;
6
const SubscriptionID = process.env.ARM_SUBSCRIPTION_ID;
7
const TenantID = process.env.ARM_TENANT_ID;
8
9
-
10
const TFAzureResource = require('./lib/tfobj');
11
12
function getCredentials() {
0 commit comments