Taking Infrastructure As Code to the next level
Project description
cloudicorn_azurerm
Installs addons for handling azurerm backend components.
setting up credentials
Once you have installed and authenticated to your azure cli, create a service principal following these instructions
You will get a result something like this:
{
"appId": "00000000-0000-0000-0000-000000000000",
"displayName": "azure-cli-2017-06-05-10-41-15",
"name": "http://azure-cli-2017-06-05-10-41-15",
"password": "0000-0000-0000-0000-000000000000",
"tenant": "00000000-0000-0000-0000-000000000000"
}
Save them to environment variables (see .envrc.tpl
)
value | env var |
---|---|
appId |
AZURE_CLIENT_ID |
password |
AZURE_CLIENT_SECRET |
tenant |
AZURE_TENANT_ID |
You'll also need to set AZURE_SUBSCRIPTION_ID
running tests
Create a storage account and container that the above service principal can write to
make test
Uses terraform modules in https://github.com/jumidev/cloudicorn-testmodules-azure
- runs a set of components
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cloudicorn-azurerm-0.4.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for cloudicorn_azurerm-0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8e2a0ba09ab31ce9d3dd5c0b277f407f1ed1eecacedc5ed8921ef055e2249dc |
|
MD5 | b6d42e24455293294b18cc363a295515 |
|
BLAKE2b-256 | d82d1dd28b2a43cbd4f51c0e6731574475f70e7cfeb369974328a47bf20d6f6e |