Skip to content

Commit

Permalink
fix: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Jun 12, 2024
1 parent e69b647 commit c5edba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Unreleased

Added
* Allow custom_domains to define key_vault_certificate_id referencing an imported CustomerCertificate.

# v7.3.0 - 2024-04-05

Changed
Expand Down
5 changes: 5 additions & 0 deletions examples/main/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ variable "stack" {
description = "Project stack name"
type = string
}

variable "key_vault_id" {
description = "Azure Keyvault ID for secrets."
type = string
}

0 comments on commit c5edba9

Please sign in to comment.