ahmedig/Terraform init azurerm backend
Runs Terraform init using the azurerm backend configuration, and saves the state file in an Azure storage account
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 5, 2022
- License
- GPL 2.0
Pinned Snippet
uses: ahmedig/terraform-azurerm-backend@65ed9d7f67790281b78670b7811d63d96f5e22ec # v4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| azure_credentials | Azure Credentials in JSON format | yes | — |
| resource_group_name | State file location - resource group name | yes | — |
| container_name | State file location - container name | yes | — |
| storage_account_name | State file location - storage account name | yes | — |
| file_name | State file location - file name | no | terraform.tfstate |
| subscription_id | Subscription Id of the resource group | no | empty |
| tf_working_directory | Terraform working directory | no | . |
Outputs
no outputs