Skip to content

Commit

Permalink
Add endpoint to user (#14)
Browse files Browse the repository at this point in the history
* added endpoint to user object

* make endpoint optional

* bump provider requirement to v2.25.3

---------

Co-authored-by: JoshuaWilkes <[email protected]>
  • Loading branch information
meyerjrr and JoshuaWilkes authored Oct 1, 2024
1 parent e6243fe commit 00e96dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
commonfate = {
source = "common-fate/commonfate"
version = "~> 2.25.1"
version = "~> 2.25.3"
}
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 2 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ variable "users" {

password_secrets_manager_arn = string

endpoint = optional(string)

}))

}
Expand Down

0 comments on commit 00e96dd

Please sign in to comment.