Skip to content

Commit

Permalink
fix typos;
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcac00 committed Jul 28, 2022
1 parent bcd2dbe commit 65ed0a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
var "mongodbatlas_public_key" {
type = "string"
variable "mongodbatlas_public_key" {
type = string
description = "The public key for the MongoDB Atlas API"
default = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}

var "mongodbatlas_private_key" {
type = "string"
variable "mongodbatlas_private_key" {
type = string
description = "The private key for the MongoDB Atlas API"
default = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Expand Down

0 comments on commit 65ed0a6

Please sign in to comment.