This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Creates Terraform App Account | |
Param ( | |
$ApplicationName="Terraform", | |
$AppURL="http://terraform.io", | |
[Parameter(Mandatory=$true)]$AppPassword, | |
$AppRoleAssigned="Owner" | |
) | |
$SecurePassword=ConvertTo-SecureString $AppPassword -AsPlainText -Force | |
$Account = Login-AzureRmAccount |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am paulbort on github. | |
* I am paulbort (https://keybase.io/paulbort) on keybase. | |
* I have a public key whose fingerprint is 81F7 5FBF 6995 A95B 7705 BFC9 6EA9 907B 28BB 70A1 | |
To claim this, I am signing this object: |