Skip to content

Commit

Permalink
feat: update tf modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rudra Gupta <grudra7714@gmail.com>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent 110890f commit 0225051
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ module "azure_blob_storage" {
# source = "../../" # This assumes the example is in a subdirectory of the module
source = "github.com/krumio/terraform-azure-blob-storage"

resource_group_name = "cfi-resources"
location = "eastus"
storage_account_name = "cfistorage${random_string.suffix.result}"
container_name = "container1"
enable_versioning = true
resource_group_name = "cfi-resources"
location = "eastus"
storage_account_name = "cfistorage${random_string.suffix.result}"
container_name = "container1"
enable_versioning = true

tags = {
Environment = "Development"
Project = "CFIAzureBlobStorage"
Expand Down

0 comments on commit 0225051

Please sign in to comment.