Skip to content

Commit

Permalink
Fixed variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 8, 2024
1 parent b82f6a3 commit 3708fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "devCenterUserIdentity" {
type = "string"
type = string
}

variable "devCenterName" {
type = "string"
type = string
}

0 comments on commit 3708fab

Please sign in to comment.