Skip to content

Commit

Permalink
XDR-3403: Rename example vars to be consistent (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Setho committed May 26, 2022
1 parent 399b142 commit c73db6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/azuread-application/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
module "azuread_application" {
source = "../../modules/azuread-application"

display_name = var.name
display_name = var.display_name
homepage_url = var.homepage_url
identifier_uris = var.identifier_uris
redirect_uris = var.redirect_uris
Expand Down
2 changes: 1 addition & 1 deletion examples/azuread-application/vars.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variable "name" {
variable "display_name" {
description = "The display name for the application."
type = string
default = "test-azuread-application"
Expand Down

0 comments on commit c73db6a

Please sign in to comment.