Skip to content

Commit

Permalink
bump version | add example sas conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kolosovpetro committed Jun 5, 2024
1 parent 4ec79a8 commit be2d774
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.idea
.ssh
*.conf
.terraform
*.tfplan
*.tfstate
*.lock.info
*.tfstate.backup
*.lock.hcl
azure.sas.conf
4 changes: 4 additions & 0 deletions example.azure.sas.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
storage_account_name = "storage_account_name"
container_name = "container_name"
key = "terraform.tfstate"
sas_token = "sas_token"
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.71.0"
version = ">=3.71.0"
}
}

Expand Down

0 comments on commit be2d774

Please sign in to comment.